You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vijaivir Dhaliwal edited this page Mar 28, 2024
·
7 revisions
This documentation is no longer being updated. For the most up to date information please visit our techdocs
The form designer can define validation rules on a form field. For example, they can set:
Required fields
Required format
Custom rules
When someone submits a form, validation errors will pop up, informing them their input does not match the validation rules.
Validating data with an external source
A CHEFS form field can populate or verify data from an external source by connecting through an unsecured API endpoint. You can do this by writing JavaScript in the form field's settings.