问题
I am using Mail Chimp and in one of my forms when someone registers via custom form, a message appears at the bottom saying 'Check your email for a confirmation email' or something like that. I would like to have them redirect to a thank you page (the standard one will do) instead of a message just appearing, I have been banging my head against a wall trying to figure this out, but I can't seem to find a way to do this.....any suggestions?
回答1:
When creating an embedded form, be sure to disable javascript. There is a check box for it.
回答2:
The above answer is very vague and doesn't explain fully the process which is explained here in the Mailchimp docs:
https://kb.mailchimp.com/lists/signup-forms/design-and-host-your-own-thank-you-pages
If you check the 'disable all javascript' option then you'll need to perform your own form validation to avoid the form redirecting to a Mailchimp-hosted version of the form if there are errors. Then, once you have submitted the form, it will redirect to your chosen URL.
来源:https://stackoverflow.com/questions/36489614/mailchimp-redirect-to-thank-you-page