Is there a way to redirect to a custom success page after opting in?
I have a several opt in forms for the same list and would like to have the subscribers added to the same list but redirected to a different success page for each opt in form, after opting in. Anyone have a solution?
This discussion has been closed.
Comments
Hi,
In this case you'd need to build your own subscription forms integrated with Sendy's 'subscribe' API (https://sendy.co/api). This way you can have full control on where to redirect your users after signup.
Best regards,
Ben
I have tried that, cant seem to find a way to override the default success page redirect. Is there anyways I can update the success page url using the hidden fields in the form html?
Hi,
The 'subscribe' API returns 'true' after successfully signing up the user to a list:
Once you get the 'true' result from the API, write code to redirect the user to the URL you want.
Best regards,
Ben
Thx!