Hello,
I need to validate a form in a wizard before submission.
Let's say I have a field "email" and I want to control that it matches
a regex before accepting submission.
Perfect use case would be:
If the user clicks on the 'submit' button and the content of the email
field is not correct, then the form does not submit and the field show
up in red (same as if a required field is left blank)

I tried many ways and tricks but I don't manage to get something close
to this behaviour. The important part is that the form should be
submitted, the wizard should stay open (or reopen immediately) and the
user should be informed of the problem.

Can anyone suggest a way to get such a behavior on my wizard ?

-- 
[email protected] mailing list

Reply via email to