I’m trying to redirect after the subscribe button has been pressed to a different url to the default in the settings. I’m using the minimal code:
[newsletter_form list="1" type="minimal" confirmation_url="https://domainname/page"]
Basically I’m trying to get the redirection to stay on same page as the submit. But it doesnt work. The subscription takes the user to the default “Your subscription has been confirmed” page. I dont want to change the default as this is a special page.
Have I got the short codes correct for the redirect url, which should overide the default, ie confirmation_url=””
Dane