I have just recently started creating PHP Forms but I am still learning. One of the snags I ran into has been bothersome for the last week or so. I have created a PHP form but it's very long and if the client doesnt fill in lets say 1/2 of the form. When the email form is printed out it takes a lot of paper. I would like to create something where only the fields that have something in them is submitted. Can anyone help me out with this?
My form works just as a normal php/html form works then sends to a 2 include files which sends an email to the client and one to defualt info@domain.com .
My form works just as a normal php/html form works then sends to a 2 include files which sends an email to the client and one to defualt info@domain.com .
Comment