I created a request form with lots of variables that shoots me an email when it is submitted and I am trying to figure out how to make it submit only the data from the fields that were completed and not from all the others. There is a long list of checkboxes on the HTML form and I want the email to include only the items the users checked.
Currently I have a PHP file which creates a variable for each field that is posted and then a $body variable which lists the value of each variable for inclusion in the email message. Thanks for any help!