revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
245 stars 48 forks source link

Working demo stuck on sending... #23

Closed el1f closed 5 years ago

el1f commented 5 years ago

It seems that the module isn't working anymore. Was trying to implement in on my list, did everything but it keeps getting stuck on the "sending" message. Same behaviour observed in the working demo.

IainIsCreative commented 5 years ago

+1 on this. The inputs aren't getting wrapped in a form so it's not working.

IainIsCreative commented 5 years ago

Right I've done some digging and there's definitely no form tag, and while url is required it's not being used as the action attribute.

I'll see if I can fork this then make a pull request with a fix.

revolunet commented 5 years ago

The form url in the demo has vanished. just changed to a working one. should be good !

IainIsCreative commented 5 years ago

Demo still doesn't work entirely. When there's nothing in the field, or if you put in an invalid value and you try to send, it doesn't return an error.