Automatic form validation

This is touched on here: TextBox entry validation tools -- preventing "garbage in" (as much as practical)

It would be a big help to not have to write server side and client side code to validate each form field, and to link the errors to display in the form.

If you have 20 forms, this would save a ton of time.

Something like defining them inside the form editor and having checks for each like ‘run on submit’, ‘run on blur’, ‘server side only’, etc.

3 Likes

See my start on this,