X Theme Page Redirect (?)

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!

Hi @mmartion,

Thank you for reaching out to us. I’d suggest you to use Email Forms extension which allows you to connect your MailChimp account to your WordPress website and display email signup forms on the front-end of your website.

You can then set the Redirect URL for the successful subscription via Form settings while creating a form:

To learn more about email forms extension, please see https://theme.co/apex/forum/t/extension-email-forms/82

Hope this helps!

Thanks Nabeel.

That worked a treat - the other plugin I was using was proving to be diffucult to work with.

You’re welcome, @mmartion. We’re glad that our extension was useful.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.