Hi,
I’ve got the newsletter working as a text widget(custom code pointing to form1 – list building > customForms > form1).
I would like to see if instead of redirecting to new page after submission (Your subscription has been confirmed) i.e. to: http://thatfashionstory.com/newsletter-2/?nm=confirmed&nk=5-36b8d97344 to be inside the widget itself?
Custom code(installed under form1):
<div class="subscribe-box">
<div class="subscribe-text">
<h4>Let's Stay In Touch</h4>
<p>Receive the latest fashion stories</p>
</div>
<div class="subscribe-form">
<input type="email" name="ne" placeholder="Your email address" required />
<input type="submit" value="Subscribe" />
</div>
</div>
After submission insert confirmation within the form itself?
Would I just simply need to insert {message} tag within the code itself to accomplish that?
https://www.thenewsletterplugin.com/documentation/customization-subscription-email-template
Thank you in advance for any assistance.