Hi i’m using captcha option in contact form but there is a strange bug, the field for the answer of mathematical question is duplicated with questin mark. Here is a screen shot http://www.4shared.com/download/sMqYh0Kh/contact.jpg?tsid=20130920-105641-2a90a494 . How to fix it. Thanks in advance.
Hi,
Can you post a link to your website please? I’d like to check the code first hand.
Regards,
Josue
Hello!
This code will fix it, add it to the Quick CSS or to the css/custom.css file:
#top .ajax_form .captcha {
padding-left: 82px;
}
Cheers!
Josue
Thanks, now is ok. Cheers!