Skip to content

How to redirect user to custom page after subscribe

edited October 2015 in Using Sendy

I have a sign-up form on my website that is working in terms of getting signups, my problem is that it leads the user to our subscribe pave that only has a "You've Subscribed!" message and no links or anything to get back to our homepage. I've tried putting "target="_blank"" inside of the top l

Right now, I've got this setup

 <form action="myurl/sendy/subscribe" method="POST" accept-charset="utf-8">
    <label for="email">Email</label><br/>
    <input type="Email" value="Your Email" name="email" id="email"/>
    <input type="hidden" name="list" value="myAPKey"/>
    <input type="Submit" value="Sign Up" name="submit" id="submit"/>
 </form>

I've tried putting target="_blank" inside of the top line inside the closing bracket but that didn't help.

How are other people dealing with this?

Thanks!

Comments

  • Hi,

    You can set a custom 'subscribe success page' after subscribe so when a user subscribes, they are redirected to this custom URL you've set where you can show any information you want rather than the default 'You're subscribed' page.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.