Warrior Forum Logo
Login
Making the Fields required in a Contact Form
by
dansbanners
Posted: 7 years ago
4 replies
6
#programming
#contact
#fields
#form
#making
#required
Valdor Kiebach
7 years ago
Use javascript to check form field validation
https://www.w3schools.com/js/js_validation.asp
or PHP
https://www.w3schools.com/php/php_form_validation.asp
[ 1 ] Thanks
[1] reply
dansbanners
7 years ago
That's on the right track.
Now, I'm trying to figure out how to combine the following:
https://www.w3schools.com/php/php_form_required.asp
With the php code shown in the op, whereas the form mail gets sent only after all required fields have been filled?
Thanks again!
ANJANBD
7 years ago
please checkout
Create Contact form using php mysql
[ 1 ] Thanks
dansbanners
7 years ago
Join the discussion
Next Topics on Trending Feed
6
Making the Fields required in a Contact Form
<?php if(isset($_POST['submit'])) {