I’ve been trying to send data through my form, but seems like I’m not sending anything.
Here’s the repo esportsTVapp/Home.js at master · CarlosRiojas/esportsTVapp · GitHub
I’ve been trying to send data through my form, but seems like I’m not sending anything.
Here’s the repo esportsTVapp/Home.js at master · CarlosRiojas/esportsTVapp · GitHub
Can you explain what this means?
When you hit the sign up
button, you run the handleClick
function. But the handleClick
function is not sending any data.
There is a dataForm
function, but you actually never run it.