Home › Forums › Invisible reCaptcha › How-To and Troubleshooting › Invisible reCaptcha with password protected Page › Reply To: Invisible reCaptcha with password protected Page
June 24, 2017 at 2:28 am
#4570

Igor Frühauf
Participant
It is the password field which you create by editing the visibility of the page and then click on “Password protected”.
It’s in fact only this:
<form action=”http://www.pagename.com/wp-login.php?action=postpass” class=”post-password-form” method=”post”>
<input name=”post_password” id=”pwbox-6648″ type=”password” size=”20″>
<input type=”submit” name=”Submit” value=”Enter”>
</form>