How do I disable auto fill for the CAPTCHA editbox?
https://carbonscopetubes.com/Custom_Sizes.php
---Frank
How to disable auto fill in CAPTCHA?
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
Re: How to disable auto fill in CAPTCHA?
What do you mean by 'auto fill'?
- BaconFries
-
- Posts: 5793
- Joined: Thu Aug 16, 2007 7:32 pm
Re: How to disable auto fill in CAPTCHA?
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!.How do I disable auto fill for the CAPTCHA editbox?
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?
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.BaconFries wrote: ↑Thu Feb 18, 2021 6:32 pmThe 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!.How do I disable auto fill for the CAPTCHA editbox?
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?
I just tested again and now it's suggesting my email and phone number.
Re: How to disable auto fill in CAPTCHA?
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?
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