Form Notification - Customize repeater that handles |Form.Fi

Posted by Community Admin on 04-Aug-2018 22:22

Form Notification - Customize repeater that handles |Form.Fields|

All Replies

Posted by Community Admin on 01-Mar-2014 00:00

I can successfully customize form notification emails using the well-documented method:

www.sitefinity.com/.../how-to-customize-the-template-for-forms-notifications-email

However, this doesn't give me control over rending the form fields. I can't even do something simple like increasing the font size of the field data as this seems to be hard-coded into the underlying repeater control.

        <span style="font-size: 16px;">|Form.Fields|</span>

This results in this TD for each field:

<td style="padding:10px 9px;border-bottom:1px solid #e4e4e4;font-family:arial,verdana,sans-serif;line-height:1.2;font-size:12px;font-weight:normal;font-style:normal;text-align:left">Field Data</td> 

Where does this come from? How can I make style changes for the field display?

 

This thread is closed