captcha in contact form
captcha in contact form
Call me stupid but I am not able to get Captcha activated in the contact form. What do I have to do to get the captcha activated in the contact form? All I can find is that I have to enable the option within the form. But I can't fnd any option that can be turned on.
Last edited by rodeto on Tue Mar 06, 2007 8:03 pm, edited 1 time in total.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: captcha in contact form
Install the Captcha module and call the contact_form tag with the captcha parameter:
or
Regards,
D
Code: Select all
{contact_form email=info@example.com captcha=true}Code: Select all
{contact_form email=info@example.com captcha=1}D

