unfoldingWord / unfoldingWord.github.io-old

Deprecated
https://www.unfoldingword.org/
6 stars 8 forks source link

Make Fields Required on Contact Form #199

Closed jag3773 closed 5 years ago

jag3773 commented 7 years ago

Story

As a contact responder, I want to know the name and email of people submitting the contact form so that I can follow up with them.

Notes

The current form is a formspree form and I don't think we have the ability to mark a field as required, though that needs researched. All fields on the /contact form should be required.

Alternate solution would be to setup a lambda function to handle this form. Or, possibly make a Javascript verify the form before submitting?

jag3773 commented 5 years ago

Done in #257