Code:
<input type="date" name="data" value="">
<input type="submit" class="success round button" value=""/>
I need when I click the submit button and the date field is blank it will not let me submit. Is there any way in html even without being JS to do this restriction?