JDMartinez1531 / React-Portfolio

My personal portfolio converted to react, using create-react-app. Currently deployed on Heroku.
https://jdm-react-portfolio.herokuapp.com/
MIT License
0 stars 0 forks source link

Form submission #8

Closed JDMartinez1531 closed 4 years ago

JDMartinez1531 commented 4 years ago

src\components\Contact\index.jsx

Using axios to make post request to formspree with uncontrolled component Form data not being sent properly

onSubmit, event.target does not appear to contain form data

response msg: "can't send empty form." image

console.log of event.target: image