{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "display": "wizard", "components": [ { "title": "Page 1", "label": "Page 1", "type": "panel", "key": "page1", "components": [ { "label": "First Name", "key": "first", "type": "textfield", "input": true, "tableView": true }, { "label": "Last Name", "key": "last", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "email", "input": true, "tableView": true }, { "label": "Number", "customClass": "commaDecimal", "mask": false, "delimiter": false, "requireDecimal": false, "truncateMultipleSpaces": false, "key": "number", "type": "number", "input": true, "tableView": false }, { "label": "File", "fileTypes": [ { "label": "", "value": "" } ], "webcam": false, "key": "page2-name", "type": "file", "input": true, "storage": "url", "url": "/formio/uploads?form_uuid=59e948069aee", "tableView": false }, { "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" } ], "input": false, "tableView": false }, { "title": "Page 2", "label": "Page 2", "type": "panel", "key": "page2", "input": false, "tableView": false, "components": [ { "label": "File", "fileTypes": [ { "label": "", "value": "" } ], "webcam": false, "key": "otherfile", "type": "file", "input": true, "storage": "url", "url": "/formio/uploads?form_uuid=59e948069aee", "tableView": false } ] } ] }