Jump to content

shackle

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

About shackle

shackle's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I have to agree, most CAPTCHA systems I've worked with do not required text to be in caps. Most larger big name sites CAPTCHA's systems allow caps or lower case. If you ask me people are not use to having to put in caps imo. I've noticed people fail the CAPTCHA a few times while signing up (at my site), and for some reason it makes their account like 3-5 times too. This is a problem if you ask me. I've looked at the TPL files, and I can't seem to find anything on the CAPTCHA input for the registration, and domain search. If I could find the CAPTCHA input code this should work to solve my problem: <input type="text" name="name" onKeyUp="this.value=this.value.toUpperCase()" /> support.bebosoft.com/forum/viewtopic.php?t=1028&highlight=captcha That may solve the issue, but I'd much rather have the option to allow the customers to put in caps or lower case.
  2. Is this possible? If not can I at least make a customers input change to caps when they type in the input field?
  3. Is it possible to allow customer to type in caps or lowercase for the Captcha image? I'd like to give the ability to work both ways I've got many complaints about it. Thanks to whoever maybe able to help me.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated