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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16239
    Anonymous
    Inactive

    Hi,

    I wonder if it is possible to redirect to another page once a customer has signed up for the newsletter with this form. I want to offer people a free gift but they need to signup to the newsletter first so ideally once the input their information and click ‘submit’ I want it to take them to another page. Is this possible to do? I know with a vanilla form in Muse it has this option. Just wondered how easy it is to implement here or if there is a workaround.

    Thanks

    Jon

    #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("http://responsive-muse.com");

    Theory says that should work! 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to Top