Hi,
I'm using the Multi-Page Forms functionality on a job application webpage so that on each page, the candidates fill out a different set of questions. For example, page 1 = contact information. Page 2 = work history, etc…
Then once someone completes the whole process and hits the final submit button, I receive a series of e-mails. There's one e-mail with the summary of each page's responses. Then there's one summary e-mail that has all the responses combined.
The problem is that for one of the pages, under the "Admin Email Message Options", I added some additional text in the "Admin HTML message field. For instance, this is what populates one of the answer fields in the e-mails:
<tr><td style="color:#000; font-size:40%; padding:4px 20px 4px 15px; vertical-align:top;">Have you ever been convicted of a criminal offense (felony or misdemeanor)?</td>
<td style="font-size:90%; width:100%;">{Have you ever been convicted of a criminal offense (felony or misdemeanor)?}</td></tr>
So in the response area, I added some extra text… "- crime question" before the </td>
<tr><td style="color:#000; font-size:40%; padding:4px 20px 4px 15px; vertical-align:top;">Have you ever been convicted of a criminal offense (felony or misdemeanor)?</td>
<td style="font-size:90%; width:100%;">{Have you ever been convicted of a criminal offense (felony or misdemeanor)?} – crime question</td></tr>
So the problem is that this extra text does get spit out in the individual e-mail for this page but not in the summary e-mail for the entire questionnaire. Please advise how I get it to spit out in the summary e-mail.
Thanks in advance!