{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "Name",
"placeholder": "Name",
"hideLabel": true,
"validate": {
"required": true
},
"key": "name",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Phone",
"placeholder": "Phone",
"hideLabel": true,
"validate": {
"required": true
},
"key": "phone",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Email",
"placeholder": "Email",
"hideLabel": true,
"validate": {
"required": true
},
"key": "email",
"type": "email",
"input": true,
"tableView": true
},
{
"label": "Interested in:",
"widget": "choicesjs",
"placeholder": "Interested in:",
"hideLabel": true,
"data": {
"values": [
{
"label": "Barbeque Catering",
"value": "barbequeCatering"
},
{
"label": "Breakfast Catering",
"value": "breakfastCatering"
},
{
"label": "Party Catering",
"value": "partyCatering"
},
{
"label": "Lunch Catering",
"value": "lunchCatering"
},
{
"label": "Corporate Catering",
"value": "corporateCatering"
},
{
"label": "Other Catering",
"value": "otherCatering"
}
]
},
"validate": {
"required": true
},
"key": "interested",
"type": "select",
"input": true,
"tableView": true
},
{
"label": "More Details",
"placeholder": "More Details",
"autoExpand": false,
"hideLabel": true,
"key": "moreDetails",
"type": "textarea",
"input": true,
"tableView": true
},
{
"eventType": "formLoad",
"key": "recaptcha",
"type": "recaptcha",
"input": true,
"tableView": false,
"label": "reCAPTCHA"
},
{
"label": "Submit",
"showValidations": false,
"theme": "warning",
"disableOnInvalid": true,
"key": "submit",
"type": "button",
"input": true,
"tableView": false,
"saveOnEnter": false,
"defaultValue": false
}
]
}