{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "label": "First Name", "key": "first", "type": "textfield", "input": true, "tableView": true }, { "label": "Last Name", "key": "lastName", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "email", "input": true, "tableView": true }, { "label": "Message", "autoExpand": false, "validate": { "required": true }, "key": "message", "type": "textarea", "input": true, "tableView": true }, { "eventType": "formLoad", "key": "recaptcha", "type": "recaptcha", "input": true, "tableView": false, "label": "reCAPTCHA" }, { "type": "button", "label": "Submit", "key": "submit", "disableOnInvalid": true, "input": true, "tableView": false } ] }