You'll use the boiler plate template provided to add the following functionality:
- Add an additional checkbox that asks the user to "Confirm send".
- Make all form fields required, and validate the email address.
- Ensure any validation messages are reported back to the user.
- Send an email on successfully completing the form (can be plain text).
Fork the code from this repository to your own account, and upon completion, please send a pull request via GitHub with your code changes (or a link to your own repository).