_anomDiebolt_
8 years agoQrew Elite
How to Validate Form Fields with Pattern and Display Message Bubbles?
How to Validate Form Fields with Pattern and Display Message Bubbles?
Here is a demo using the HTML5 "Constraint Validation API" for an email field:
Validate Me With Message Bubbles ~ Add New Record
https://haversineconsulting.quickbase.com/db/bmqdshqgw?a=nwr
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=579
Notes:
(1) Only works in Chrome at this time.
(2) A very simple regular expression was used to validate an email field however the technique is very general and any pattern could be matched (phone number, account numbers etc).
Here is a demo using the HTML5 "Constraint Validation API" for an email field:
Validate Me With Message Bubbles ~ Add New Record
https://haversineconsulting.quickbase.com/db/bmqdshqgw?a=nwr
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=579
Notes:
(1) Only works in Chrome at this time.
(2) A very simple regular expression was used to validate an email field however the technique is very general and any pattern could be matched (phone number, account numbers etc).