How to make a contact form field not required

This tutorial will show you how to make your contact form fields not required.

All the fields need to be filled by default. To fix that, find the index page with your contact form and open it in any php/text editor. Locate the following scripts related to your fields:

<label class="email">

Make it look like:

<label class="email notRequired">

Save the changes, and refresh your browser window. Now the ‘e-mail’ field is not required.

This is the end of the tutorial, let us know if you have any questions.

Feel free to check the detailed video tutorial below:

How to make a contact form field not required

How to make a contact form field not required, 5.0 out of 5 based on 1 rating