Multi step form

{
“wizard”: {
“title”: “My Multi Step Form”,
“steps”: [
{
“title”: “Step1”,
“headline”: “”,
“copy_text”: “”,
“parts”: [
{
“title”: “Contact Info”,
“blocks”: [
{
“type”: “text”,
“label”: “Name”,
“required”: “true”
},
{
“type”: “email”,
“label”: “Email”,
“required”: “true”,
“confirm”: “false”
},
{
“type”: “text”,
“label”: “Phone No”,
“required”: “true”
},
{
“type”: “textarea”,
“label”: “Message”,
“required”: “false”
}
]
}
]
},
{
“title”: “Step1”,
“headline”: “”,
“copy_text”: “”,
“parts”: [
{
“title”: “Location”,
“blocks”: [
{
“type”: “text”,
“label”: “Suburb”,
“required”: “true”
},
{
“type”: “text”,
“label”: “State\/Region”,
“required”: “true”
},
{
“type”: “text”,
“label”: “Post code”,
“required”: “true”
},
{
“type”: “date”,
“label”: “Job Date”,
“required”: “true”,
“format”: “yy-mm-dd”
},
{
“type”: “numeric”,
“label”: “Bedrooms”,
“required”: “true”,
“minimum”: “0”,
“maximum”: “10”
},
{
“type”: “numeric”,
“label”: “Bathrooms”,
“required”: “true”,
“minimum”: “0”,
“maximum”: “10”
}
]
}
]
},
{
“title”: “Step3”,
“headline”: “”,
“copy_text”: “”,
“parts”: [
{
“title”: “Other Info”,
“blocks”: [
{
“type”: “numeric”,
“label”: “Living Rooms”,
“required”: “true”,
“minimum”: “0”,
“maximum”: “10”
},
{
“type”: “select”,
“elements”: [
“Yes”,
“No”
],
“required”: “true”,
“label”: “Furnished”,
“placeholder”: “”,
“search”: “false”
},
{
“type”: “select”,
“elements”: [
“Unit”,
“House”,
“Two Storey”,
“Multi Storey”
],
“required”: “true”,
“label”: “House Type”,
“placeholder”: “”,
“search”: “false”
},
{
“type”: “select”,
“elements”: [
“NO Blinds”,
“Verticals”,
“Venetians”,
“Rollers”,
“Shutters”
],
“required”: “true”,
“label”: “Blinds”,
“placeholder”: “”,
“search”: “false”
},
{
“type”: “text”,
“label”: “How long have you been living here?”,
“required”: “false”
},
{
“type”: “radio”,
“label”: “Extras”,
“elements”: [
{
“type”: “header”,
“value”: “Extras”
},
{
“type”: “option”,
“value”: “Carpet”
},
{
“type”: “option”,
“value”: “Pest”
}
],
“required”: “false”,
“multichoice”: “false”
},
{
“type”: “radio”,
“label”: “Preferred Method of Contact”,
“elements”: [
{
“type”: “header”,
“value”: “Preferred Method of Contact”
},
{
“type”: “option”,
“value”: “Call”
},
{
“type”: “option”,
“value”: “SMS”
},
{
“type”: “option”,
“value”: “Email”
}
],
“required”: “false”,
“multichoice”: “false”
}
]
}
]
}
],
“settings”: {
“thankyou”: “”,
“to”: “gsbondcleaningadelaide@gmail.com”,
“frommail”: “gsbondcleaningadelaide@gmail.com”,
“fromname”: “”,
“subject”: “Email Steps”,
“header”: “thanks”,
“headers”: “”,
“replyto”: “no-reply”,
“usercopy”: “no-usercopy”,
“optin”: “no-optin”,
“optin_success”: “”,
“replacements”: “off”
}
}
}