Customize email subject with data from form fields?
Hi, I've built a form that captures info in to a db and then emails the form contents to an array of recipients. All is working fine, however, my client informed me that they would like some data from the form to be included in the subject line. Currently, all submissions have the same generic subject line. Looking at my form page, I see this:
$_SESSION[$EmailRef."_Subject"] = $GLOBALS[$EmailRef."_Subject"];
But, I also see places in the waeu insert PHP page as well as the template PHP page that got created where the subject is supposedly specified. Hence my confusion. Any suggestions?
Thanks in advance!
Art