Forum Discussion
MatthewBarrett
8 years agoQrew Member
I hate to change the subject, but I have a question back on the validate form fields with pattern and display message bubble subject. How do you correct from invalid to valid entry? I get the same result in my page as I do in the example page. Once the field is flagged as invalid it continues to report as invalid even after correction. Should I be using a change listener in the IOL page?
_anomDiebolt_
8 years agoQrew Elite
I probably have a workaround that I will post after some testing. Luckily support for form validation has improved over time:
https://caniuse.com/#feat=form-validation
The tricky part is that the form validation was sort of designed to validate the entire form at the point in time just before it was submitted. What would be more appropriate for QuickBase users is to validate a field immediately after receiving input. My quick research found a workaround but I have other things to do at the moment so stay tuned.
https://caniuse.com/#feat=form-validation
The tricky part is that the form validation was sort of designed to validate the entire form at the point in time just before it was submitted. What would be more appropriate for QuickBase users is to validate a field immediately after receiving input. My quick research found a workaround but I have other things to do at the moment so stay tuned.