Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscribing to our newsletter on NoRent's footer requires JS #1558

Open
toolness opened this issue Jun 24, 2020 · 0 comments
Open

Subscribing to our newsletter on NoRent's footer requires JS #1558

toolness opened this issue Jun 24, 2020 · 0 comments

Comments

@toolness
Copy link
Collaborator

In #1556 we have improved the UX for subscribing to our mailing list, but the one downside is that it now requires JS. It's pretty core functionality, though, so we should ideally provide some fallback mechanism.

One interesting thing is that it's actually already possible to make a standard HTML <form> that just POSTs to /mailchimp/subscribe--in fact, it's how the API sandbox in the endpoint's documentation page (accessible at the same URL that one POSTs to) works. The only problem with it is that it just returns a JSON response, which isn't terribly helpful--so if we instead e.g. use the Accept header to return a human-readable response, that might do the trick... Anyways, just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant