Captcha v2
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
Captcha v2
I've set up Captcha 2V on a Web Builder Form.
Still getting spam so I want to up the WB restrictions.
In advance form processor properties:
Under the miscellaneous tab
I want to check:
Enable server sided validation (anti-spam)
Do not allow URLs in form data (anti-spam)
Check if the domain of the specified email address is valid (look up MX record)
Is there anything else I can do to further to possibly avoid spammers?
Thanks,
Lasa
Still getting spam so I want to up the WB restrictions.
In advance form processor properties:
Under the miscellaneous tab
I want to check:
Enable server sided validation (anti-spam)
Do not allow URLs in form data (anti-spam)
Check if the domain of the specified email address is valid (look up MX record)
Is there anything else I can do to further to possibly avoid spammers?
Thanks,
Lasa
Re: Captcha v2
Would I be able to add a hidden field (humans can't see, but bots can), that if entered would cause the submit to give an error?
A honey pot of sorts...
Lasa
A honey pot of sorts...
Lasa
Re: Captcha v2
If you enable server sided validation then most automatic spam should be blocked.
However, there is no way prevent human spammers from misusing your form.
However, there is no way prevent human spammers from misusing your form.
Re: Captcha v2
Thanks Pablo, that's good to know...done!
Would I be able to add a hidden field (humans can't see, but bots can), that if entered would cause the submitted form to give an error?
A honey pot of sorts...
Would I be able to add a hidden field (humans can't see, but bots can), that if entered would cause the submitted form to give an error?
A honey pot of sorts...
Re: Captcha v2
You can add an input field, hide it and and use validation to make sure it's empty (set data length min, max to 0).
Re: Captcha v2
Thank you so much... lets hope this helps!
Lasa
![Very Happy :D](./images/smilies/icon_biggrin.gif)
Lasa
Re: Captcha v2
Pablo it works...
Since I know where the input box is I can fill it out to test it.
when I hit SUBMIT it "highlights" the input box and says it need to be within the range of 0-0.
How can I hide the input box were it won't be seen on the error?
Or does it not make a difference since the field was filled by a BOT...?
Lasa
Since I know where the input box is I can fill it out to test it.
when I hit SUBMIT it "highlights" the input box and says it need to be within the range of 0-0.
How can I hide the input box were it won't be seen on the error?
Or does it not make a difference since the field was filled by a BOT...?
Lasa
Re: Captcha v2
You can hide the input box via the 'Hide' option.
Re: Captcha v2
Sorry about all the questions,
"Hide option" as in simply uncheck visibility in object manager?
Lasa
"Hide option" as in simply uncheck visibility in object manager?
Lasa
Re: Captcha v2
Yes, this is what you want, right?
Re: Captcha v2
Yes in theory
Thank you. ... people will not see the input box and simply fill out the rest of the form and submit, but BOTs will fill out the hidden input that will generate a form error on submit. Hopefully the honey pot of sorts and along with the captcha v2 will slow down some BOTS.. then we only need to worry about human spammers...
Thanks,
Lasa
(I'll report back if the spamming slows down)
![Smile :)](./images/smilies/icon_smile.gif)
Thanks,
Lasa
(I'll report back if the spamming slows down)
Re: Captcha
Hi I've used the form wizard to create a simple contact/message form with the captcha (WB17) however when the "Submit" button is clicked the computer opens my email program instead of sending the form to the proper email. I used the "Use built-in PHP form processor script" and input the proper email where the message is to be sent.
- BaconFries
-
- Posts: 5788
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Captcha v2
This is due to you setting the form to use 'mailto' Please read from: Why shouldn't I use 'mailto' in the form action?
https://www.wysiwygwebbuilder.com/forum ... 10&t=32967
https://www.wysiwygwebbuilder.com/forum ... 10&t=32967
Re: Captcha v2
Hi, thanks for getting back to me. Here are the settings:
When I click on the form then go to Properties > to Layout Grid > Form > Enable Form click Settings, the "Action" is greyed out however it says " <?php echo basename(_FILE_); ?> If I click on the "Send button" (in the form) then Properties>Link the Link to selects Email Address, the To: mailto: (the email I want to send it to)
When I click on the form then go to Properties > to Layout Grid > Form > Enable Form click Settings, the "Action" is greyed out however it says " <?php echo basename(_FILE_); ?> If I click on the "Send button" (in the form) then Properties>Link the Link to selects Email Address, the To: mailto: (the email I want to send it to)
Re: Captcha v2
If you enable the form script then the browser will not open the email application.