Hi Guys. Would love some assistance here if I may.
I have created a landing page based around a mailchimp signup form. What I want it to do is once the submit button is clicked, the paghe then redirects to another (“Thank You”) page.
This is the live landing page: http://oolaaustralia.com/get-oola-planner/
This is the (unfinished) thank-you page I want to show next. http://oolaaustralia.com/get-oola-planner/life-planner-thanks/
I saw this bit of code elsewhere (to be inserted into JS); thought I’d give it a go (modified for this page):
document.addEventListener( ‘mc_signup_submit’, function(event) {
location = ‘http://oolaaustralia.com/get-oola-planner/life-planner-thanks/’;
}, false );
However it didn’t work at all.
Can it be done, and if so how? Am I on the right track?
Cheers!