{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": " First Name",
"placeholder": "First Name *",
"hideLabel": true,
"validate": {
"required": true
},
"key": "firstName",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Last Name",
"placeholder": "Last Name *",
"hideLabel": true,
"validate": {
"required": true
},
"key": "lastName",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Phone",
"placeholder": "Phone *",
"hideLabel": true,
"validate": {
"required": true
},
"key": "phone",
"type": "phoneNumber",
"input": true,
"tableView": true
},
{
"label": "Email",
"placeholder": "Email",
"hideLabel": true,
"validate": {
"required": true
},
"key": "email",
"type": "email",
"input": true,
"tableView": true
},
{
"label": "Options",
"widget": "choicesjs",
"placeholder": "Options...",
"hideLabel": true,
"data": {
"values": [
{
"label": "In Lab Study",
"value": "inLabStudy"
},
{
"label": "HSAT",
"value": "hsat"
},
{
"label": "PAP Therapy",
"value": "papTherapy"
},
{
"label": "Need Prescription",
"value": "needPrescription"
},
{
"label": "Resupply",
"value": "resupply"
},
{
"label": "Compliance",
"value": "compliance"
},
{
"label": "Other",
"value": "other"
}
]
},
"key": "options",
"type": "select",
"input": true,
"tableView": true
},
{
"label": "Upload File",
"fileTypes": [
{
"label": "PDF",
"value": "pdf"
}
],
"webcam": false,
"fileMaxSize": "150mb",
"key": "documentsFrom",
"type": "file",
"input": true,
"storage": "url",
"url": "/formio/uploads?form_uuid=8c5217ea2a16",
"tableView": false
},
{
"label": "Message",
"placeholder": "Message",
"autoExpand": false,
"key": "message",
"type": "textarea",
"input": true,
"tableView": true
},
{
"label": "Submit",
"showValidations": false,
"customClass": "btn-tertiary",
"disableOnInvalid": true,
"key": "submit",
"type": "button",
"input": true,
"tableView": false,
"saveOnEnter": false,
"defaultValue": false
}
]
}