GirlsCodeLincoln/Website

Add a Contact Form in favor of `mailto:` href

Closed this issue · 0 comments

image

Basic email form such as above picture would be better than existing solution, since mailto will open default email app which is annoying. An email form implemented correctly (captcha?) could also stop any bots from getting through

Netlify has built in form handling, consider using these HTML attributes instead of a PHP script https://www.netlify.com/docs/form-handling/

Other options:
https://medium.com/datafire-io/simple-backends-four-ways-to-implement-a-contact-us-form-on-a-static-website-10fc430984a4