The contact form should contain dynamic input fields which users can enter information into and submit to the EEWA committee.
Frontend Requirements:
- Required input field for user's name
- Required input field for user's email
- Input field for subject
- Required input field for the message the user wishes to send to EEWA
- Input fields should all contain a character limit of 256 to ensure user's can't exploit input fields
- "Submit" button for users to submit their message to the EEWA email
- "Clear" button to clear all info from the form
Backend Requirements:
- Submitted messages should be directed to the EEWA email address
The contact form should contain dynamic input fields which users can enter information into and submit to the EEWA committee.
Frontend Requirements:
Backend Requirements: