Edit _Form Results_ Output - Post ID...

User 2445216 Photo


Registered User
1 post

Hi Guys

I have a Text Area field at the bottom of a form for the customers to provide additional info, occasionally when someone fills in any additional info (seldomly) i miss it because it tends to blend in to the bottom of a long results notification email, is there a way to modify the results notification email so this single Text Area fields result are a different colour and font to that of the rest of the form results?

Thanks :/
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Hi Brad,
Yes you can. If you look at the notification email in Form Builder you will see that i uses [_form_results_] as the return of data. If you want to bring the variables in separately then use the input name in a styling that you prefer.
You may want to use a a html table setup. The bold would be an input named comments
<table cellpadding="0" cellspacing="0" border="0" style="width:100%;text-align:left;">
<tbody>
<tr>
<td style="text-align:left;">
<p style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;padding:0px;text-align:left;margin:0px 0px 1.35em;line-height:1.7;color:#00caca;font-size:16px;font-weight:600;">Your comments: [comments]</p>
</td>
</tr>
</tbody>
</table>


I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.