How do I put "Below is the result of your feedback form. It was submitted by..." underneath all the fields? I basically want it to be like this. Is it easily done?
Field: blah
Field: blah
Field: blah
Field: blah
Field: blah
========================
Form submitted on July 20th, 2009 at 11:26AM (PDT)
from http://www.locationoftheform.com

I do not know if it is
I do not know if it is possible by changing the PHPFormMail configuration, but it should be possible by changing the part of the PHPFormMail code that builds/constructs the e-mail message. I already had to change the PHPFormMail code because I needed the company name and project name fields of my employer’s contact form to be included in the Subject of the e-mail message sent by PHPFormMail. This was required to prevent the Gmail Web interface (my employer uses Google Apps) from grouping separate form submissions into one conversation. Originally, all form submissions had the same Subject: “MedallionSystem: WWW Form Submission”. Consequently, the Gmail Web interface grouped all form submissions into 1 conversation because all form submissions had the same Subject.