Home Forums Newsletter Plugin Support How to adjust subscription confirmation to be within widget instead of new page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98987
    Anonymous
    Inactive

    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.

    #99010
    Anonymous
    Inactive

    text widget using [newsletter_form form="1"]

    1 == form1

    #99020
    Anonymous
    Inactive

    Ok so I see we can “disable” redirection to landing page by removing welcome message “Your subscription has been confirmed” under list building > welcome

    from kb:
    When the single opt-in is active or when the user activates his subscription, he lands on the welcome page and receives a welcome message via email.
    https://www.thenewsletterplugin.com/documentation/subscription#welcome

    Is it possible again to embedded confirmation within the text plugin: [newsletter_form form="1"] ?

    #99370
    Anonymous
    Inactive

    Anybody?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.