Honeypot Spam Trap show a checkbox?
- baijianpeng
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
8 years 7 months ago #7666
by baijianpeng
In the AJAX Register component options, I choose to use "Honeypot Spam Trap" for CAPTCHA, but on the registration form, there is a small checkbox shown up. If check it, the form will not be submitted. The visitor has to "not check it" to submit the form. Then, why show this checkbox there?
Maybe that checkbox was expected to "hide" to human eyes? Why it is not hidden?
Thank you.
Maybe that checkbox was expected to "hide" to human eyes? Why it is not hidden?
Thank you.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
8 years 7 months ago - 8 years 7 months ago #7667
by Saka
Emir Sakic
www.sakic.net
It is supposed to be hidden. Just realised the CSS was commented out. You can download and upgrade or just comment out this code in components/com_ajaxregister/assets/css/validate.css line 232-236:
.registration form#member-registration .sthp {
position: absolute;
top: -9999px;
left: -9999px;
}
Emir Sakic
www.sakic.net
Last Edit: 8 years 7 months ago by Saka.
Please Log in or Create an account to join the conversation.
- baijianpeng
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
8 years 7 months ago #7668
by baijianpeng
I followed your instruction and edited that CSS file on my server, now the checkbox disappeared.
Thank you.
Thank you.
Please Log in or Create an account to join the conversation.