Validations

Configure validation rules on your form fields to ensure that the entered data meets your business requirements.

Validaciones disponibles

ValidacionAplica aDescripcion
RequeridoTodosEl campo debe tener un valor para enviar el formulario.
Longitud minimaTexto, TextareaNumero minimo de caracteres permitidos.
Longitud maximaTexto, TextareaNumero maximo de caracteres permitidos.
Valor minimoNumero, Moneda, SliderValor numerico minimo aceptado.
Valor maximoNumero, Moneda, SliderValor numerico maximo aceptado.
Rango de fechaFecha, DatetimeFecha minima y/o maxima permitida.
Tipo de archivoArchivo, ImagenExtensiones de archivo permitidas (pdf, jpg, xlsx, etc.).
Tamano de archivoArchivo, ImagenTamano maximo del archivo en MB.
Formato emailEmailValidacion automatica del formato de correo.
Formato URLURLValidacion automatica del formato de enlace.

How to configure validations

  1. Click the field you want to validate in the Form Builder.
  2. In the properties panel, look for the "Validations" section.
  3. Enable the validations you need and configure the parameters (minimum values, maximum values, etc.).
  4. Error messages are shown automatically when the user tries to submit data that does not meet the rules.

Next step

Learn how to publish your forms so that users can access them.

Documentation | Gloo Platform by SYNOV