Merge pull request 'add phone numbers to telefono' (#41) from create_form into staging
Deploy cdrdpyj / deploy (push) Successful in 2m11s
Details
Deploy cdrdpyj / deploy (push) Successful in 2m11s
Details
Reviewed-on: #41
This commit is contained in:
commit
04cc1c28d2
|
|
@ -49,7 +49,7 @@
|
||||||
{ "key": "estado", "label": "form.estado", "type": "text" },
|
{ "key": "estado", "label": "form.estado", "type": "text" },
|
||||||
{ "key": "pais", "label": "form.pais", "type": "select", "required": true, "source": "/forms/paises.json" },
|
{ "key": "pais", "label": "form.pais", "type": "select", "required": true, "source": "/forms/paises.json" },
|
||||||
{ "key": "postal", "label": "form.codigo_postal", "type": "text", "required": true },
|
{ "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" }
|
{ "key": "whatsapp", "label": "form.whatsapp", "type": "phone_country", "source": "/forms/paises.json" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue