{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "Form Wrapper",
"columns": [
{
"components": [
{
"label": "Name",
"placeholder": "Name",
"hideLabel": true,
"key": "name",
"type": "textfield",
"input": true,
"tableView": true
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
},
{
"components": [
{
"label": "Company Name",
"placeholder": "Company Name",
"hideLabel": true,
"key": "companyName",
"type": "textfield",
"input": true,
"tableView": true
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
},
{
"components": [
{
"label": "City",
"placeholder": "City",
"hideLabel": true,
"key": "city",
"type": "textfield",
"input": true,
"tableView": true
}
],
"size": "md",
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"currentWidth": 6
},
{
"components": [
{
"label": "Phone Number",
"placeholder": "Phone Number",
"hideLabel": true,
"key": "phoneNumber",
"type": "phoneNumber",
"input": true,
"tableView": true
}
],
"size": "md",
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"currentWidth": 6
},
{
"components": [
{
"label": "Property Name",
"placeholder": "Property Name",
"hideLabel": true,
"key": "propertyName",
"type": "textfield",
"input": true,
"tableView": true
}
],
"size": "md",
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"currentWidth": 6
},
{
"components": [
{
"label": "Email",
"placeholder": "Email",
"hideLabel": true,
"key": "email",
"type": "email",
"input": true,
"tableView": true
}
],
"size": "md",
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"currentWidth": 6
}
],
"key": "formWrapper",
"type": "columns",
"input": false,
"tableView": false
},
{
"label": "Message",
"placeholder": "Message",
"autoExpand": false,
"hideLabel": true,
"key": "message",
"type": "textarea",
"input": true,
"tableView": true
},
{
"type": "button",
"label": "Submit",
"key": "submit",
"disableOnInvalid": true,
"input": true,
"tableView": false
}
]
}