you send a form to process.php
it checks and finds that the Name field is empty
then sends you back to the form page
and displays 'This field is require' next to the Name filed.

Thanks.