{
"config": {
"title": "Example Edgeryders Form",
"text": "This is an example form showing all the possible fields. You can find the configuration for this form <a href='https://edgeryders.eu/t/example-edgeryders-form/14202' target='_blank'>on the platform</a>.",
"confirmation": {
"title": "Thanks for your response",
"text": "Check your inbox to confirm your Edgeryders account, join the discussion on the platform and check out our other participants' responses <a href='https://edgeryders.eu/t/about-the-coworking-recovery-event-forum/13985'>here</a>."
},
"account": {
"title": "I'm new",
"text": "To register for this event you'll need an account on the event forum hosted by Edgeryders - where you can access materials, connect with other participants and get updates. Fill in the fields below and your account will be set up for you. Check your inbox for a confirmation message."
},
"publish": {
"topic": 14279
}
},
"fields": [
{
"type": "input",
"title": "First Question",
"text": "Optional text",
"placeholder": "placeholder text"
},
{
"type": "textarea",
"title": "Second Question",
"text": "Optional text for second question",
"placeholder": "placeholder text"
},
{
"type": "radio",
"title": "Third Question",
"text": "Optional text for third question",
"options": ["option 1", "option 2", "option 3"]
},
{
"type": "select",
"title": "Fourth Question",
"text": "Optional text for fourth question",
"options": ["option 1", "option 2", "option 3", "option 4"]
},
{
"type": "checkbox",
"title": "Fifth Question",
"text": "Label for fifth question"
},
{
"type": "submit",
"text": "Send your answer"
}
],
"messages": {
"networkError": "Sorry, we were unable to store your response due to a network connectivity issue. Please try clicking on \"Send\" again.",
"username": "It seems somebody has already chosen your preferred username / nickname. Please enter a different one and click again on \"Send\".",
"email": "It seems you already have an account on our forum using this e-mail address, or have entered an invalid address. Please choose a different e-mail address and click again on \"Send\".",
"default": "Sorry, we were unable to store your response due to an unknown error. Please try clicking on \"Send\" again."
}
}