See here: [ redundant link removed ]
I managed to put the form from the password-protected page that I made using this code:
<script type=”text/javascript” id=”wpuf-language-script”>
var error_str_obj = {
‘required’ : ‘is required’,
‘mismatch’ : ‘does not match’,
‘validation’ : ‘is not valid’
}
</script>
<span class=”entry-title rich-snippet-hidden”>Protected: VIP Club Homepage</span><span class=”vcard rich-snippet-hidden”>div class=”post-content”></span>
<div id=”wpppass” class=”wpppass-area square”>
<div class=”wpppass-top-text”></div>
<div class=”wpppass-top-text”>
<h3>This page is for VIP Club members only.</h3>
</div>
<form class=”four” action=”https://amz-pets.com/wp-login.php?action=postpass” method=”post”><label for=”pwbox-1191″>Access code </label><input id=”pwbox-1191″ maxlength=”20″ name=”post_password” size=”20″ type=”password” /><input class=”fusion-button button-default fusion-button-default-size” name=”Submit” type=”submit” value=”Submit” /></form>
</div>
The form that I’m talking about is below, from the “This page is for VIP Club members only. Access code” until the SUBMIT button. That’s the form that shows up when you go to the password-protected page (which you cannot view because it’s for members only.) But as you can see, I managed to display it there in a different page, but when you click submit, it’s not working. Does that make sense? I can give you an access to see the private page if you want to. Just give me your email so I can send you.
Jules