curious bootstrap validation response

Issues related to forms.
Post Reply
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

curious bootstrap validation response

Post by va3ts »

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
User avatar
BaconFries
 
 
Posts: 5729
Joined: Thu Aug 16, 2007 7:32 pm

Re: curious bootstrap validation response

Post by BaconFries »

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
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: curious bootstrap validation response

Post by va3ts »

Thanks
Post Reply