0
Hi I've created a simple submission form but when I enter the required argument it doesn't force the user to fill in the mission fields instead it just reloads the page when submit it press. Is this because the backend hasn't yet been designed? Thanks you in advanced!
Required argument in forms not working
3 Answers
+ 2
That's the one reason. You can do form validation in javascript. And to be sure you can add "required" tag to input.
www.w3schools.com/TAgs/att_input_required.asp
0
So then I should learn javascript and then try it again?
0
I would strongly recommend it :)