I have a membership page for members to join or renew their membership. Recently I had some people reporting the form won't function when the fields are all filled and then submitted. No emails are sent from the form. I have bootstrap validation for each fields and an hcaptcha box...I also implemented a box with conditions to hide a bit of the page depending on an external membership... my solution was to remove the hcaptcha field and also to remove the validation from the 2 field that are controlled by the conditions. It works now but the comments sent are interesting.
so here is the feedback from a user
"I did notice one peculiarity that was also there the last two times I tried. When inputting my name, address or phone number, as soon as I type in a letter or two, my browser auto-completes that field and I just have to hit Tab or Enter, but that doesn’t turn on the green checkmark beside the field. So I had to go back and make a one-letter change then change it back to what it had auto-completed to, and then the green checkmark appeared. I hope that doesn’t create problems for others applying or re-newing online."
https://gbarc.ca/membership.php
thanks
curious bootstrap validation response
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- BaconFries
-
- Posts: 5726
- Joined: Thu Aug 16, 2007 7:32 pm
Re: curious bootstrap validation response
This is unrelated to the software "auto complete" is a feature that is implemented in the browser. In some it is ignored by them in others it will use this as reported by your user.
You ca read this at thefollowing:
https://caniuse.com/#feat=input-autocomplete-onoff
You ca read this at thefollowing:
https://caniuse.com/#feat=input-autocomplete-onoff