Validation of Fields in App Form Registration Form

Why it matters:

Previously, in App form widget implementation there were no validations for name or other text fields, now we have validations to all the fields in the widget. Example: Name will always contain only alphabets and a ‘dot’ symbol, it will allow single character names allowing to enter initials.

How it Works :

Last updated