How to disable auto fill in CAPTCHA?

Issues related to forms.
Post Reply
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

How to disable auto fill in CAPTCHA?

Post by Astro »

How do I disable auto fill for the CAPTCHA editbox?

https://carbonscopetubes.com/Custom_Sizes.php

---Frank
User avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to disable auto fill in CAPTCHA?

Post by Pablo »

What do you mean by 'auto fill'?
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: How to disable auto fill in CAPTCHA?

Post 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">
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

Re: How to disable auto fill in CAPTCHA?

Post 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.
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

Re: How to disable auto fill in CAPTCHA?

Post by Astro »

I just tested again and now it's suggesting my email and phone number.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: How to disable auto fill in CAPTCHA?

Post 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.
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

Re: How to disable auto fill in CAPTCHA?

Post 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
Post Reply