Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 120 forks source link

Is there a way to get Contact Form #180

Open erlendprikss opened 6 years ago

erlendprikss commented 6 years ago

Is there going to be contact from module/brick for Enduro ? If not can someone direct me right place where i could start implemending contact form ?

Ezra-Siton-UIX commented 6 years ago

Not an official answer.

It could be very useful - But enduro also works for static sites = not node.js environment hosting - like netlify or github pages) - so it sound little problematic (I hope you find answer).

By netlify it's really easy to add form and get a cool dashboard to manage Submissions (+ anti spam)

Only copy-paste the code her to your site: https://www.netlify.com/docs/form-handling/

Then you find all the Submissions her (and even could download CSV) image

image

Read the Limitations of netlify under enduro docs. Netlify also integrates with Zapier.

Also, any static-form solution and/or third-party service (Free plans with limitations) should work with enduro:

CosmoMyzrailGorynych commented 6 years ago

A solution with Nodemailer: https://github.com/Gottwik/Enduro/issues/140