SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply make the start_date required using
<input type="submit" value="Submit" required />
You don't even need the checkform() then.
Thanks