timroesner / WeMart

🛒 Online grocery shopping portal. Created as part of the course CmpE 133 during spring 2018.
https://wemart-133.herokuapp.com
GNU General Public License v3.0
19 stars 10 forks source link

Contact Us modal not behaving correctly #109

Closed timroesner closed 6 years ago

timroesner commented 6 years ago

First of all no email is sent and second of all modal is not dismissed. I also get an error in the console saying "undefined is not an object" which I've tried to fix for the bast hour, but I can't seem to find what's causing it.

Delta09 commented 6 years ago

@timroesner The email feature is not implemented. I need the backend to help with this and Leo he said it is not a priority. Essentially, the Contact us modal is just for show. I'll look into the "undefined is not an object" problem. Could you tell me the steps you took to get the error because I don't see it in my console?

timroesner commented 6 years ago

I filled out the form and then tried to submit. I also used a proper function onSubmit but it never gets called

Sent with GitHawk

timroesner commented 6 years ago

Also have a look into https://formspree.io makes these contact forms super easy

Sent with GitHawk

Delta09 commented 6 years ago

Will do!