Okay thanks, for now I will code the success message as per your sample template.
I know this is probably stupid, but could the signup form be processed via the Forms app but the rest of the functionality like the web hook and synch be done via the Mailchimp app?
So I could i still communicate with the Mailchimp app by this method using the same fields, or are you talking just about sending a plain form? What I mean is if using the Forms app can the data be passed to the Mailchimp app?
Is there any way to get that added?
We'll add it to the list of potential features for next time we update the app.
Okay thanks, for now I will code the success message as per your sample template.
I know this is probably stupid, but could the signup form be processed via the Forms app but the rest of the functionality like the web hook and synch be done via the Mailchimp app?
Yes, that would also solve your redirect issue.
So I could i still communicate with the Mailchimp app by this method using the same fields, or are you talking just about sending a plain form? What I mean is if using the Forms app can the data be passed to the Mailchimp app?
If you specify multiple apps in the
app
attribute, the form gets submitted to each in turn.Ah I see will try that, thanks.