¿En qué podemos ayudarte?

{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "display": "form", "components": [ { "label": "Nombre", "placeholder": "Introduce tu nombre", "key": "nombre", "type": "textfield", "input": true, "tableView": true }, { "label": "Teléfono", "placeholder": "Introduce tu teléfono", "key": "telefono", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "placeholder": "Introduce tu email", "key": "email", "type": "textfield", "input": true, "tableView": true }, { "label": "Mensaje", "placeholder": "Introduce tu mensaje", "key": "mensaje", "type": "textfield", "input": true, "tableView": true }, { "label": "No soy un robot", "validate": { "required": true }, "key": "noSoyUnRobot", "type": "checkbox", "input": true, "tableView": false }, { "label": "Enviar", "showValidations": false, "key": "enviar", "type": "button", "input": true, "tableView": false, "saveOnEnter": false, "defaultValue": false } ] }