Is there a best practice to validate data as it's being input?
For example for email/phone numbers, I can detect that the input isn't in the correct format and show an alert informing the user of this. But, then how should I ensure the user acts on this?
One option would be to empty the field making them entering it again.
I think Ideally I'd want to keep the focus on the field until it passes validation.
Also, could I use Business Rules? From what I've seen though they can't access javascript code
TIA
*This post is locked for comments
I have the same question (0)