Redirect the user to Thank You page on successful Mailchimp fomr submission
-
I am using Mailbag 1.4 with Mailchimp and would like to redirect the users on form submission to Thank You page. I put the following short code in the widget:
[mailbag_mailchimp redirect="https://MYDOMAIN.com/thank-you/"]
But it is not redirecting the user on form submission. It simply work like before i.e. Ajax based Submitting… message and then successful message on top of the email field.
In the page source, I can see the hidden field containing my redirect url:
<input type="hidden" name="redirect" value="https://MYDOMAIN.com/thank-you/">
Moreover, I can see the following details under Query String Parameters section in the Network Tab of Chrome Developer Tools:
u:dbda9c24cc7b82ed29e29f13d id:46862110f7 c:jQuery111309617763415444642_1448537278916 EMAIL:[email protected] redirect:https://MYDOMAIN.com/thank-you/ action:mailbag_mailchimp _:1448537278918
- The topic ‘Redirect the user to Thank You page on successful Mailchimp fomr submission’ is closed to new replies.