{
"display": "form",
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "First name",
"autocomplete": "given-name",
"spellcheck": false,
"validateOn": "blur",
"validate": {
"required": true
},
"key": "firstName",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Last name",
"autocomplete": "family-name",
"spellcheck": false,
"validateOn": "blur",
"validate": {
"required": true
},
"key": "lastName",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Email",
"spellcheck": false,
"validateOn": "blur",
"validate": {
"required": true
},
"key": "email",
"type": "email",
"input": true,
"tableView": true
},
{
"label": "Submit",
"showValidations": false,
"key": "submit",
"type": "button",
"input": true,
"tableView": false,
"saveOnEnter": false,
"defaultValue": false
}
]
}