Page 1 of 1
How to disable auto fill in CAPTCHA?
Posted: Thu Feb 18, 2021 5:30 pm
by Astro
How do I disable auto fill for the CAPTCHA editbox?
https://carbonscopetubes.com/Custom_Sizes.php
---Frank
Re: How to disable auto fill in CAPTCHA?
Posted: Thu Feb 18, 2021 6:17 pm
by Pablo
What do you mean by 'auto fill'?
Re: How to disable auto fill in CAPTCHA?
Posted: Thu Feb 18, 2021 6:32 pm
by BaconFries
How do I disable auto fill for the CAPTCHA editbox?
The captcha doesn't use a auto complete / auto fill ( if that's what you are referring to) so you don't need to disable it!.
Line of code for the input of the Captcha..
Code: Select all
<input type="text" id="Captcha1" style="margin-top:55px;width:100%;height:18px;line-height:18px;" name="captcha_code" value="" tabindex="300" spellcheck="false">
Re: How to disable auto fill in CAPTCHA?
Posted: Fri Feb 19, 2021 1:12 am
by Astro
BaconFries wrote: ↑Thu Feb 18, 2021 6:32 pm
How do I disable auto fill for the CAPTCHA editbox?
The captcha doesn't use a auto complete / auto fill ( if that's what you are referring to) so you don't need to disable it!.
Line of code for the input of the Captcha..
Code: Select all
<input type="text" id="Captcha1" style="margin-top:55px;width:100%;height:18px;line-height:18px;" name="captcha_code" value="" tabindex="300" spellcheck="false">
But it pops up whenever I test it live on my totally updated Chrome browser. As soon as I click onto the CAPTCHA editbox, my last 5 or 6 code entries pop up as suggestions.
Re: How to disable auto fill in CAPTCHA?
Posted: Fri Feb 19, 2021 1:18 am
by Astro
I just tested again and now it's suggesting my email and phone number.
Re: How to disable auto fill in CAPTCHA?
Posted: Fri Feb 19, 2021 2:45 am
by crispy68
I'm pretty sure the auto suggestions are a browser thing and not the recaptcha and I believe you can turn them off.
Re: How to disable auto fill in CAPTCHA?
Posted: Fri Feb 19, 2021 3:18 am
by Astro
crispy68 wrote: ↑Fri Feb 19, 2021 2:45 am
I'm pretty sure the auto suggestions are a browser thing and not the recaptcha and I believe you can turn them off.
It never did that with the old form using the same CAPTCHA. I wonder if the Chrome update that happened this week is the cause. Very irritating.
Thanks for your help.
---Frank