Made with Basin

{ "display": "form", "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "label": "Jméno a příjmení", "validate": { "required": true }, "key": "jmeno-a-prijmeni", "type": "textfield", "input": true, "tableView": true }, { "label": "Telefon", "validate": { "required": true }, "key": "telefon", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "textfield", "input": true, "tableView": true }, { "label": "Vaše zpráva", "autoExpand": false, "validate": { "required": true }, "key": "vase-zprava", "type": "textarea", "input": true, "tableView": true }, { "label": "Odeslat", "showValidations": false, "disableOnInvalid": true, "key": "submit", "type": "button", "input": true, "tableView": false, "saveOnEnter": false, "defaultValue": false } ] }