DEV Community

Discussion on: Why JAM Stack?

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

Tell me how do you like handle contact form?

Collapse
 
qm3ster profile image
Mihail Malo

Basic forms?
Netlify Forms, with JS for just validation.

Actual dynamic content? APIs. For example on Firebase, or cloud functions on Azure, AWS, or Google clouds.

Collapse
 
jacebenson profile image
Jace

Netlify also has 125k functions per site too. Could connect that to a mongodb database

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

thanks looking into it!

Thread Thread
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Nelify forms have up to 100 free form submissions per month so it might be useful for basic use cases like a contact form.

Unless you need something more to create a emails list you can embed a sign-up form using MailChimp to do that.