Immediate message for required field

K

kenmanblue

While fields can be set to be required, I cannot find a way of alerting the
user with a dialog box when a field is skipped. Only at the end of the form,
by using a submit button, or saving, do all the errors show.

I would like to alert the user that they have left a field blank whenever
they click in the field, and then leave it without entering data. Currently
it appears to only check for validation when a field is changed, and since
the field initially is blank, skipping over it does not trigger the
validation.
 
Top