HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to add reCAPTCHA to custom forms
rloyola
New
I already enabled the reCAPTCHA plugin and it is working in registration form.
Now I have a custom form for anonymous users and I want to use reCAPTCHA in it. Is there a way to add it in a form?
Thanks
0
Comments
Yes. Its as easy as adding this to your form validation logic
...and this to your form view:
Captcha::render($this);
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I also add this in the form
Thanks!