Merge pull request 'add phone numbers to telefono' (#41) from create_form into staging
Deploy cdrdpyj / deploy (push) Successful in 2m11s Details

Reviewed-on: #41
This commit is contained in:
Esteban Paz 2026-07-25 15:19:44 +00:00
commit 04cc1c28d2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
{ "key": "estado", "label": "form.estado", "type": "text" },
{ "key": "pais", "label": "form.pais", "type": "select", "required": true, "source": "/forms/paises.json" },
{ "key": "postal", "label": "form.codigo_postal", "type": "text", "required": true },
{ "key": "telefono", "label": "form.mobile", "type": "phone", "required": true },
{ "key": "telefono", "label": "form.mobile", "type": "phone_country", "required": true, "source": "/forms/paises.json" },
{ "key": "whatsapp", "label": "form.whatsapp", "type": "phone_country", "source": "/forms/paises.json" }
]
},