Travis,
I am still having problems with the recaptcha duo. I put together a
fresh radiant install and set up recaptcha and recaptcha_mailer with the
js form field validation described in the radiant wiki. While the field
validation worked, the captcha, while looking quite official, did not
interfere with form submission at all. It could be entered incorrectly
or ignored and form was still submitted.
Could you take a look at my form and see if I set it up incorrectly?
<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 />
<input type="submit" value="send" /></p>
</r:mailer:form>
Thanks,
Nate
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant