Made with Basin

{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "label": "Name", "validate": { "required": true }, "key": "name", "type": "textfield", "input": true, "tableView": true }, { "label": "Organization", "validate": { "required": true }, "key": "organization", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "email", "input": true, "tableView": true }, { "label": "Reason", "widget": "choicesjs", "data": { "values": [ { "label": "Speaking Inquiry", "value": "speakingInquiry" }, { "label": "Workshop Inquiry", "value": "workshopInquiry" }, { "label": "Feedback or Kudos", "value": "feedbackOrKudos" } ] }, "validate": { "required": true }, "key": "reason", "type": "select", "input": true, "tableView": true }, { "label": "Message", "autoExpand": false, "validate": { "required": true }, "key": "message", "type": "textarea", "input": true, "tableView": true }, { "eventType": "buttonClick", "key": "recaptcha", "type": "recaptcha", "input": true, "tableView": false, "label": "reCAPTCHA", "buttonKey": "submit" }, { "type": "button", "label": "Submit", "key": "submit", "disableOnInvalid": true, "input": true, "tableView": false } ] }