I'm currently using this method:
I still get tons and tons of submissions with this field blank! How do I make this form field *necessary* ie. it refuses to submit and gives you a big-ass error message saying you have to fill in this field.
It needs to work on all devices, all browsers. So sick of dealing with incomplete orders.
Code:
<input class="whatever" size="50" name="date" type="text" id="date" value="" required />
I still get tons and tons of submissions with this field blank! How do I make this form field *necessary* ie. it refuses to submit and gives you a big-ass error message saying you have to fill in this field.
It needs to work on all devices, all browsers. So sick of dealing with incomplete orders.