{
"settings": {
"recaptcha": {
"isEnabled": "true",
"siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4"
},
"hcaptcha": {
"siteKey": "7fe715a1-151f-4c63-b497-bd971974df05"
}
},
"components": [
{
"label": "Fornavn og etternavn",
"validate": {
"required": true
},
"key": "fornavnOgEtternavn",
"type": "textfield",
"input": true,
"tableView": true
},
{
"label": "E-post",
"validate": {
"required": true
},
"key": "email",
"type": "email",
"input": true,
"tableView": true
},
{
"label": "Mobilnr.",
"mask": false,
"delimiter": false,
"requireDecimal": false,
"truncateMultipleSpaces": false,
"key": "mobilnr",
"type": "number",
"input": true,
"tableView": false
},
{
"label": "Din melding",
"autoExpand": false,
"validate": {
"required": true
},
"key": "dinMelding",
"type": "textarea",
"input": true,
"tableView": true
},
{
"label": "Send melding 🍺",
"showValidations": false,
"disableOnInvalid": true,
"key": "submit",
"type": "button",
"saveOnEnter": false,
"defaultValue": false,
"input": true,
"tableView": false
}
]
}