Made with Basin
{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "Columns",
"columns": [
{
"components": [
{
"label": "Name",
"description": "This will NOT be displayed publicly",
"case": "mixed",
"key": "name",
"type": "textfield",
"input": true,
"tableView": true
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
},
{
"components": [
{
"label": "Email",
"description": "This will NOT be displayed publicly",
"key": "email1",
"type": "email",
"input": true,
"tableView": true
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
}
],
"key": "columns",
"type": "columns",
"input": false,
"tableView": false
},
{
"label": "Pet's Name",
"key": "petsName",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "Columns",
"columns": [
{
"components": [
{
"label": "Pet's Birth Date",
"hideInputLabels": false,
"inputsLabelPosition": "top",
"useLocaleSettings": false,
"fields": {
"day": {
"hide": false
},
"month": {
"hide": false
},
"year": {
"hide": false
}
},
"key": "petsBirthDate",
"type": "day",
"input": true,
"tableView": false
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
},
{
"components": [
{
"label": "Pet's Passing Date",
"hideInputLabels": false,
"inputsLabelPosition": "top",
"useLocaleSettings": false,
"fields": {
"day": {
"hide": false
},
"month": {
"hide": false
},
"year": {
"hide": false
}
},
"key": "petsPassingDate",
"type": "day",
"input": true,
"tableView": false
}
],
"width": 6,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
"currentWidth": 6
}
],
"key": "columns1",
"type": "columns",
"input": false,
"tableView": false
},
{
"label": "Pet's Photo",
"description": "Maximum file size is 5 MB",
"fileTypes": [
{
"label": "",
"value": ""
}
],
"webcam": false,
"fileMaxSize": "5MB",
"key": "petsPhoto",
"type": "file",
"input": true,
"storage": "url",
"url": "/formio/uploads?form_uuid=0e6130d9e43b",
"tableView": false
},
{
"label": "Your Memorial Text",
"description": "Maximum of 400 characters",
"autoExpand": false,
"validate": {
"maxLength": 400
},
"key": "yourMemorialText",
"type": "textarea",
"input": true,
"tableView": true
},
{
"eventType": "formLoad",
"key": "recaptcha",
"type": "recaptcha",
"input": true,
"tableView": false,
"label": "reCAPTCHA"
},
{
"type": "button",
"label": "Submit",
"key": "submit",
"disableOnInvalid": true,
"input": true,
"tableView": false
}
]
}