How do add captcha to a custom form?
-
Hello,
Can someone help with the directions or explain how to use these functions, anr_captcha_form_field() and anr_verify_captcha(), to add captcha or recaptcha to this form, https://remoteteachers.com/teacher-registration, which is a WooCommerce Product Vendor registration form/? What is the argument, where to place the functions, etc?Below is a section/bottom of the code of the form, where the “Submit” button is located. I added both codes. I’m not sure if this is the proper way to do it. Can someone edit this for me, if this is the place to add those pieces of codes?
<?php do_action( ‘google_invre_render_widget_action’);?>
anr_captcha_form_field()
anr_verify_captcha()
<input type=”submit” class=”button” name=”register” value=”<?php esc_attr_e( ‘Register’, ‘woocommerce-product-vendors’ ); ?>” tabindex=”8″ />
</p><?php do_action( ‘wcpv_registration_form_end’ ); ?>
Thanks for helping.
- This topic was modified 6 years, 7 months ago by .
- This topic was modified 6 years, 7 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘How do add captcha to a custom form?’ is closed to new replies.