DEV Community

Discussion on: Contact Form with Emailjs - React

Collapse
 
ebereplenty profile image
NJOKU SAMSON EBERE

You can disable or even hide the submit button if any field is empty.

You may also do a check while trying to submit and throw an error that terminates the submission if any field is empty.