Displaying subscribe form on external page
-
It can’t be recommended, but I need to display the email field and subscribe button on an external webpage outside of wordpress. (Reason being: external page conflicts with wordpress.) So far I have the form but nothing more (see below).
Could you please advise what else I need to include on my external page in order for the form to work?
<div class="tnp tnp-subscription"> <form method="post" action="https://mydomain.com/?na=s" onsubmit="return newsletter_check(this)"> <input type="hidden" name="nlang" value=""> <input type="hidden" name="nr" value="page"> <div class="tnp-field tnp-field-email"><label>Email</label><input class="tnp-email" type="email" name="ne" required=""></div> <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe"> </div> </form> </div>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Displaying subscribe form on external page’ is closed to new replies.