How to change E-Mail formatting?

Permalink Browser Info Environment
Hi there,
I need some help to change the way the E-Mail, being sent when submitting the form, is formatted.

By default all lines in that email have normal styling. What I need is that the field name has a normal font-styling but the user-entered value is displayed in bold font.

Can someone please provide me some information on how to accomplish this?

Thank you very much.

Type: Discussion
Status: New
transp0rter85
View Replies: View Best Answer
jgarcia replied on at Permalink Reply
jgarcia
I literally just added this feature yesterday, but it requires the Advanced Forms add-on as well. Basically, you can use Data Display templates as the content for notification emails.
transp0rter85 replied on at Permalink Reply
transp0rter85
Can you provide me with further information on how to proceed?
Maybe, if what I need is possible, buying the addon would be an option but I need some information on how to accomplish my task.

Thanks :)
jgarcia replied on at Permalink Best Answer Reply
jgarcia
I just realized that I said it requires the Advanced Forms add-on...I meant that it requires Data Display.

Once you install Data Display, you'll get a few new options within your Advanced Forms settings...one of which is to use a Data Display template at the email notification. The Data Display template, basically lets you format the data from the form record however you want (using placeholders for the fields) within an HTML template. An example would be something like this:

<table>
<tr>
<td>Name</td>
<td><field name="Name" /></td>
</tr>
<tr>
<td>Email</td>
<td><field name="Email Address" /></td>
<tr>
</table>


The <field /> elements get replaced by the actual data when the email is sent.
BrakesPlus replied on at Permalink Reply
BrakesPlus
Could I embed an image into the email/template that is being generated?

What I'd like to do it have a simple input form, with an area to enter an email address, selections to choose an offer, and then have an email generated and sent to the email address with an offer in the body of the email.

Right now I use Extended Form 2.6, and I can send the email with an attachment, but I'm hoping to make it more personalized - including the form date, so that when the user prints out the email, the information shows up on top of the artwork embedded in the email.

I'm not sure I'm explaining that correctly! Maybe I should go find that other add on you're talking about and see what it's capable of.
jgarcia replied on at Permalink Reply
jgarcia
Yes, you can add any sort of HTML you'd like, including an image. You'd just have to know the full path to that image, as in:

<img src="http://www.example.com/image.jpg" />

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.