Reply To: Mail Chimp Form redirect?

Home Forums Support Widget Support Free Muse Mailchimp Mail Chimp Form redirect? Reply To: Mail Chimp Form redirect?

#16249
responsive-muse
Keymaster

Hello!

You would need some jQuery code knowledge to achieve this.

When editing your .html source code, you should locate this conditional:

if (resp.result === 'success') {}

And add a new jQuery/javascript redirection line there, something like:

window.location.replace("https://responsive-muse.com");

Theory says that should work! 🙂

Scroll to Top