-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The form on the contact page does not do anything. There are no scripts to handler the form input on that page. Following steps need to be taken to address this issue:
- Perform input validation (all mandatory fields set, email valid) before enabling Send button.
- Call a JavaScript handler function when Send clicked.
- Retrieve form data inside the JavaScript function and email this to the MindGarage contact email.
- Show feedback to the user in form of a Snackbar with a success or failure message.