The problem is that the captcha doesn't affect the submission of the
form at all. It can be ignored or entered incorrectly and the form is
still submitted as usual.
Here is the form as I have it set up:
...
<r:mailer:form redirect_to="/contact/thank-you/" id="contact">
<h3 class="contactForm">Drop me a line.</h3>
<p class="textInput"><label>Name:</label> <r:mailer:text name="name"
required="true" /><r:if_error on='name'><br /><span
style="color:red;">Name is required</span></r:if_error></p>
<p class="textInput"><label>Email:</label> <r:mailer:text name="email"
required="true" /><r:if_error on='name'><br /><span
style="color:red;">Email is required</span></r:if_error></p>
<p class="textArea"><label>Message:</label><br />
<r:mailer:textarea name="message" /><br />
<r:recaptcha public_key="public key" error="Please enter the captcha" />
<input type="submit" value="send" /></p>
</r:mailer:form>
...
Do I need to set the field to required, like on the other required
fields? There is nothing in the extension readme about using the
captcha. Any pointers would be appreciated.
Thanks,
~Nate
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant