I have a single form page with required fields. However, if I leave everything blank, the form submits:

And you can see in the database it is actually submitting blank data:

How can I get this form to perform the required fields check before submitting?