rahafoundation / raha-homepage

Static, explanatory website for Raha.
https://raha.app
Apache License 2.0
1 stars 2 forks source link

Form not working at all on Firefox #36

Closed osdiab closed 6 years ago

osdiab commented 6 years ago

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.

osdiab commented 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:

  1. Continue to AJAX submit but proxy it through our API
  2. Just don't bother with AJAX anymore, have it pop up the mailchimp form old school and have users close the tab/window that opens.
osdiab commented 6 years ago

I'm opting for the latter.

osdiab commented 6 years ago

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