m0nq / portfolio

Where all the code lives for my professional portfolio and blog
https://monkwellington.com
MIT License
0 stars 0 forks source link

[Bug]: As a client, I want to use the contact form so I can start a conversation about potential work #41

Closed m0nq closed 5 months ago

m0nq commented 5 months ago

Describe the bug After deploying to Vercel the contact form doesn't work. It should be refactored to account for the fact that the app is hosted on a proper server using Node as opposed to simple SSG.

To Reproduce Steps to reproduce the behavior:

  1. Go to monkwellington.com
  2. Click on Contact and fill out the form
  3. Click Send button
  4. Component hangs and doesn't email out

Expected behavior For step 4 above, the component should show a success message and I should see an email from the contact form

Screenshots NA

Desktop (please complete the following information):

Additional context

m0nq commented 5 months ago

Wwhen I click on send I think it sends but not sure. I have to click on cancel for it to return to menu.

Also when I click back on Contact all the previous info is still there including my name, email and message