{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "label": "Nume", "validate": { "required": true }, "key": "nume", "type": "textfield", "input": true, "tableView": true }, { "label": "Prenume", "validate": { "required": true }, "key": "prenume", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "email", "input": true, "tableView": true }, { "label": "Telefon", "inputMask": "(9999) 999-999", "validate": { "required": true }, "key": "phoneNumber", "type": "phoneNumber", "input": true, "tableView": true }, { "label": "Vârstă", "mask": false, "delimiter": false, "requireDecimal": false, "truncateMultipleSpaces": false, "validate": { "min": 18, "max": 99 }, "key": "varsta", "type": "number", "input": true, "tableView": false }, { "label": "Oraș", "key": "oras", "type": "textfield", "input": true, "tableView": true }, { "label": "Experiență", "description": "Ce te recomandă?", "autoExpand": false, "validate": { "required": true }, "key": "experienta", "type": "textarea", "input": true, "tableView": true }, { "label": "Profil Facebook/Instagram(URL)", "tableView": true, "key": "profilFacebookInstagram", "type": "url", "input": true }, { "label": "Cum ai aflat de Ghidultauonline?", "key": "cumAiAflatDeGhidultauonline", "type": "textfield", "input": true, "tableView": true }, { "eventType": "buttonClick", "key": "recaptcha", "type": "recaptcha", "buttonKey": "submit", "input": true, "tableView": false, "label": "reCAPTCHA" }, { "label": "Trimite", "showValidations": false, "disableOnInvalid": true, "key": "submit", "type": "button", "input": true, "tableView": false, "saveOnEnter": false, "defaultValue": false } ] }