0
Input error
I've been trying to make a form, But the sumbit button, doesn't work. Can someone help me out here? (I'm using HTML) https://sololearn.com/compiler-playground/Wv40BtTJGEKa/?ref=app
2 Respostas
+ 2
You misspelled SUBMIT in the button.
0
You can change the last input tag with:
<button type="submit">submit</button>