add recaptcha in custom form
-
hi
I created a form and want to add invisible recaptcha to it.<form class="signup_form" id="loginForm"> <input type="text" id="signup_name" name="signup_name" placeholder="name"> <input type="text" id="signup_email" name="signup_email" placeholder="email"> <br> <textarea rows="6" cols="50" id="signup_text" name="signup_text"placeholder="text"></textarea> <br> <input type="submit" class="contact_submit" id="connectButton" value="send" /> <?php do_action(‘google_invre_render_widget_action’); ?> </form>
but recaptcha doesn’t work properly.in fact I can’t see recaptcha badge and probably it doesn’t exist. how can I use it?
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add recaptcha in custom form’ is closed to new replies.