Find form_detail.php
Goto line number: 581
You Should Have:
<option value="clean"><?php _e("Clean", "gravityforms"); ?></option>
After Paste This:
<option value="custom"><?php _e("custom", "gravityforms"); ?></option>
Edit your form, and select "custom" as the theme.
Then add an HTML "Field" and paste the code that's required to display the reCaptcha, ie:
<div id="recaptcha_widget">
<div id="recaptcha_image"></div>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
</div>
And then use your custom code as per:
http://code.google.com/apis/recaptcha/docs/customization.html
For a visual confirmation that you've selected the custom theme you can add an image like this one: http://www.dijitul.co.uk/resources/captcha_custom.jpg
To your gravityforms plugin image folder, generally found at:
/wp-content/plugins/gravityforms/images
Hope this helps people, it's a little more advanced than it has to be, but it does allow you to fully customise reCaptcha!
~Adam @ Dijitul
Posted 14 years ago on Tuesday October 12, 2010 |
Permalink