Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hello

I have been wondering if there's any inbuilt couch function to collect email addresses from visitors. I have a newsletter sign up form in my html code and I would like those emails submitted be stored in a txt or xls file so that I can import them in a third party service like mailchimp
Hello, has anyone found a way around this please?
I would like those emails submitted be stored in a txt or xls file

You can convert the HTML form to a Couch managed form and then in the success condition use the following for writing data into txt files -
viewtopic.php?f=8&t=11377

or as CSV -
viewtopic.php?f=8&t=11378

Hope this helps.
Thank you, I'll try this
4 posts Page 1 of 1