Field Validation Rules | Must contain @

Good day,

I’ve just started to play with WeWeb and I’m trying to get my bearings.

If I understand correctly the validation on Form Input Fields for Email for example are pre-defined.
Is there anyway to modify or control the default input field validation on emails for example?

Hi @ConnorRen

The validation you’re experiencing is built into modern browsers as part of the HTML5 specification. When you use attributes like required on form inputs, browsers automatically implement this validation. It’s not from WeWeb. If you try to customize this native validation, it might behave differently across browsers. If the HTML validation is enough for your use case, then keep on using it.

With WeWeb, you can add additional validation on top of the default HTML5 validation using workflows and formulas/regex.