react-mailchimp-form icon indicating copy to clipboard operation
react-mailchimp-form copied to clipboard

React subscribe form for Mailchimp

Results 26 react-mailchimp-form issues
Sort by recently updated
recently updated
newest added

Hi, I try to use react mailchimp form with React 18 but it seems it has a problem with v18 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve...

I got an error when installing this with React 17 and realized it was a peer dependency conflict (this library requires Raeact 16). It seems to work with React 17,...

Makes it possible to use "textarea" as input type, and get a `` tag out

The following is my CustomForm ``` const CustomForm = ({ status, message, onValidated }) => { const [email, setEmail] = useState('') const [customErr, setCustomErr] = useState(false); const handleSubmit = (e)...

Thank you for this module! Please excuse me, I am quite new: I would like to be able to respond to a succesful registration, to display a different page after...

[edit]This error happens when setState is called When the component refreshes, the input loses focus and restarts, deleting what I typed my code: The live version is at dt3-blog.dt3.firebaseapp.com, on...

Hey team, thanks for designing a great component - it was really quick and easy to use. I spotted a couple of small typos in the docs and noticed that...

How to bring tags properties

I am getting this error after a about 1 minute after pressing the Subscribe button, I notice on your demo that it also just sits there saying "Sending..." as well,...

Basically what the title says. I can't press tab to go to the next input or to the button. This makes it hard for me to use this. Tested in...