Closed osdiab closed 6 years ago
Ah, I think this is firefox's tracking protection in action:
https://github.com/rydama/mailchimp-ajax-signup/issues/6
I see an error about tracking protection when I try it in my browser. There are two resolutions:
I'm opting for the latter.
Hilariously, amp-form disallows normal forms (you have to use AJAX, or do a get request instead which mailchimp doesn't support), so amp has made itself fundamentally incompatible with using mailchimp. beautiful
https://www.ampproject.org/docs/reference/components/amp-form#action
When you try to submit an email to the sign up form, it fails to send a request at all. May have lost some signups this way, i'm unsure why this is the case / if it's limited to me.
That's concerning @markulrich lol.