Page 1 of 1

captcha in contact form

Posted: Tue Mar 06, 2007 8:01 pm
by rodeto
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.

Re: captcha in contact form

Posted: Tue Mar 06, 2007 8:36 pm
by Dee
Install the Captcha module and call the contact_form tag with the captcha parameter:

Code: Select all

{contact_form email=info@example.com captcha=true}
or

Code: Select all

{contact_form email=info@example.com captcha=1}
Regards,
D