{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "Columns",
"columns": [
{
"components": [
{
"label": "First Name",
"placeholder": "First Name",
"hideLabel": true,
"key": "textField",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Last Name",
"placeholder": "Last Name*",
"hideLabel": true,
"key": "textField1",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Email",
"labelPosition": "",
"placeholder": "Email Address",
"hideLabel": true,
"key": "email",
"type": "email",
"input": true,
"tableView": true
},
{
"label": "Phone Number",
"placeholder": "Phone Number",
"hideLabel": true,
"key": "phoneNumber",
"type": "phoneNumber",
"input": true,
"tableView": true
},
{
"label": "Select",
"widget": "choicesjs",
"placeholder": "Patient Type",
"hideLabel": true,
"data": {
"values": [
{
"label": "New Patient",
"value": "newPatient"
},
{
"label": "Existing Patient",
"value": "existingPatient"
}
]
},
"key": "select",
"type": "select",
"input": true,
"tableView": true
}
],
"width": 12,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 12
},
{
"components": [
{
"label": "Message",
"placeholder": "Message",
"autoExpand": false,
"customClass": "message-box",
"hideLabel": true,
"key": "message",
"type": "textarea",
"input": true,
"tableView": true
}
],
"width": 12,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 12
}
],
"autoAdjust": true,
"hideLabel": true,
"key": "columns",
"type": "columns",
"input": false,
"tableView": false
},
{
"label": "Make an Appointment",
"showValidations": false,
"disableOnInvalid": true,
"key": "submit",
"type": "button",
"input": true,
"tableView": false,
"saveOnEnter": false,
"defaultValue": false
}
]
}