Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Require subscriber approval #357902
    Jim
    Participant

    I actually just wrote a plug-in that I just got working to do this. 🙂
    It pre-fills the first name, last name, and email from the user profile information and makes it readonly since we do not want members adding other people which are no subscribers to the newsletter.

    in reply to: Require subscriber approval #357898
    Jim
    Participant

    Thank you. Once we get this to work, I would like to see if it can prefill the first,last, and email from the WP user information as they are logged in.

    Thanks again Michael

    in reply to: Getting a 404 error on Subscribers, Forms, HTML Forms #357896
    Jim
    Participant

    Yes, I even pasted this into FORM 1 and got the 404
    <div class=”tnp tnp-subscription “>
    <form method=”post” action=”https://vspalumni.org/wp-admin/admin-ajax.php?action=tnp&na=s”&gt;
    <input type=”hidden” name=”nlang” value=””>
    <div class=”tnp-field tnp-field-firstname”><label for=”tnp-1″>First name</label>
    <input class=”tnp-name” type=”text” name=”nn” id=”tnp-1″ value=”” placeholder=”” required></div>
    <div class=”tnp-field tnp-field-surname”><label for=”tnp-2″>Last name</label>
    <input class=”tnp-surname” type=”text” name=”ns” id=”tnp-2″ value=”” placeholder=”” required></div><div class=”tnp-field tnp-field-email”><label for=”tnp-3″>Email</label>
    <input class=”tnp-email” type=”email” name=”ne” id=”tnp-3″ value=”” placeholder=”” required></div>
    <div class=”tnp-field tnp-field-button” style=”text-align: left”><input class=”tnp-submit” type=”submit” value=”Subscribe” style=””>
    </div>
    </form>
    </div>

Viewing 3 posts - 1 through 3 (of 3 total)