PDA

View Full Version : Remove security question


warrenphillips25336771
06-08-2009, 12:46 PM
Hi

I got no reply on my last thread so I will start a new one as this is important, I need to remove the security question from lines ???? to ????. I am sure it would be much easier to just do documentation on these suites so we don't need to wait for answers to these questions.

Cologne
06-08-2009, 01:00 PM
I remember a PDF that says which lines to delete. but since the new DESIGN its gone.

If I found I will post it.

THIS IS THE NAME OF THE PDF. but I cant put it into the POST, sorry.



ContactFormSP_CopyingSecurity_HowTo.pdf


Maybe someone can send you via email.

warrenphillips25336771
06-09-2009, 10:33 AM
Thanks meister, I am very very dissapointed that no one from WA has even bothered to answer the question, Whats happening is the support being withdrawn?? I am still waiting to find out how to do this, I have tried many things now




I remember a PDF that says which lines to delete. but since the new DESIGN its gone.

If I found I will post it.

THIS IS THE NAME OF THE PDF. but I cant put it into the POST, sorry.



ContactFormSP_CopyingSecurity_HowTo.pdf


Maybe someone can send you via email.

Neil Beadle
06-09-2009, 12:52 PM
We have just finished creating the How To for removing the Captcha and random question security features from the Contact Form Solution Pack.

You can access this How To from the Contact Form Solution Pack Support page at this link
http://www.webassist.com/support/contact-form/

Cologne
06-09-2009, 01:48 PM
In my version, that I cant upload, cause its to big, there is also shown how to delete the HONEYPOT, just for the complete thing.

just delete:

<input name="seconddblock" id="seconddblock" type="text" style="display:none" value="" />

<input name="addblock" type="text" id="addblock" style="display:none" value="" />

and:

$WAFV_Errors .= WAValidateRX(((isset($_POST["addblock"]))?$_POST["addblock"]:"") . "","/^$/i",false,10);

$WAFV_Errors .= WAValidateRX(((isset($_POST["seconddblock"]))?$_POST["seconddblock"]:"") . "","/^$/i",false,11);

cheers
Denis

Neil Beadle
06-09-2009, 10:32 PM
The honeypot and current page submit features are invisible security that helps prevent bots from submitting through your form. Since these elements do not display on your page or affect functionality this was not included in the How To. To avoid removing any necessary code, it is advised that you leave these two features on you form.

Denis, i believe you are referencing an outdated document that will not work with the current release of the contact form. You'll notice the most recent version uses Spry validation which would also need to be removed.

Cologne
06-10-2009, 09:52 AM
Yes I saw that ;-)

But if you start from a white page, you just need to know what code to copy into to make it work. so if you dont know, what is needed to make the simple honeypot work its bad. so i showed that 4 lines ;-)

thats how i start, so i do not need to delete the spry thing. i just put the security in that i need.