Actually Im using static one page site, and I want to add on end of the site the newsletter form. Without using newsletter page.
So I add on the end of page:
<div class=”tnp tnp-subscription”>
<form method=”post” action=”http://www.domain.com/?na=s” onsubmit=”return newsletter_check(this)”>
<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>
I dont need another page like “Newsletter” and i tried [newsletter confirmation_url="http://www.domain.com/"] on home_page
But when I click submit, always get “Invalid” and url : http://www.domain.com/?na=s