GirlsCodeLincoln / Website

The Girls Code Lincoln website
https://girlscodelincoln.org
5 stars 1 forks source link

51 contact form #59

Closed troynguyen8 closed 5 years ago

troynguyen8 commented 5 years ago

Added contact form to GCL website - done with Netlify. Removed previous mailto: icon in footer closes #51

Contact form accepts name, email, and message and sends an email to info@girlscodelincoln.com and sends a slack message to #contact-form-subs channel on GCL slack workspace. Configuration for the contact an be found here: https://app.netlify.com/sites/girlscodelincoln/settings/forms. Netlify allows 100 messages per month for free. I don't anticipate we'll exceed this for awhile.

In the future we can add more fields such as why a person is emailing us for auto sorting (volunteer, donations, girl interested in club, etc) and also hit other external services with each submission such as automatically making Trello cards

Contact form on desktop: image

Contact form on iPad: image

Contact form on iPhoneX: image

Contact form post submission (default netlify): image

Resulting email: image

Resulting slack message: image