Add captcha in html form
-
Hello,
I’m using a directory plugin so i had to create a different page for my register form.
This page uses this html code to include the register form :<form id="registerform" action="https://tahiti-barbecue-contest.com/wp-login.php?action=register" method="post" name="registerform" novalidate="novalidate"><label for="user_login">Identifiant <input id="user_login" class="input" name="user_login" size="20" type="text" value="" /></label></form><label for="user_email">Adresse de messagerie <input id="user_email" class="input" name="user_email" size="25" type="email" value="" /></label> <p id="reg_passmail">La confirmation d’inscription vous sera envoyée par e-mail.</p> <br class="clear" /> <input name="redirect_to" type="hidden" value="" /> <p class="submit"><input id="wp-submit" class="button button-primary button-large" name="wp-submit" type="submit" value="Inscription" /></p>
I have massive fake inscriptions so I need to add a recaptcha to this form. So i Installed the SI Captcha Anti-Spam Plugin.
How can i add the captcha in this form ? Insert some html new code ? new field ? shortcode ?
Here is my register page :
https://tahiti-barbecue-contest.com/inscription/Thans for your help
Nicolas
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add captcha in html form’ is closed to new replies.