Notification Recipient Template Tag - Version 11.7
Hi all,
During the 11.7 Release Preview session I had asked a question about getting the TDX standard HMTL for the new "notified" section that was added to all non-customized notification templates. I have looked back at the video, release notes and also previous questions and I cant seem to find it. We (like many other clients) have customized our templates to align with branding (ie color) so we didn't have any updated automatically with the release.
If anyone could share with me the HTML for this boilerplate "Notified" section, it would be greatly appreciated:
Answer (1)
Hi Taren,
Is the template tag itself missing for you as an option on notification templates or are you looking for the code specifically? I know we have a ticket open with you currently with the ID of 22911063 about the missing template tag, so I just wanted to clarify if this is in reference to the same issue.
Thanks,
Brittany Renn
TDX Support
This question is a little different than our open ticket -
Here I am just asking for the full HTML code for the new section that TDX added to its clients non-customized templates (so I can use it).
Let me know if you need any more information! - Taren Conley Fri 6/9/23 4:20 PM
</tr>
<!--Notification Recipients-->
{{#NotificationRecipients}}
<tr>
Let me know if that was what you were looking for! - Brittany Renn Fri 6/9/23 4:23 PM
I am looking more for something like this:
QUOTE
{{#Description}}
<!--Description-->
<tr>
<td style="font-size: 17px; font-weight: bold; color: #515A61; padding-top: 10px; border-top: 1px solid #4caa51;">
Description
</td>
</tr>
<tr>
<td style="font-size: 16px; padding-top: 0px;">{{{Description}}}
</td>
</tr>
{{/
Description}}
UNQUOTE
but for the Notified 'box' that TDX added to the templates - Taren Conley Mon 6/12/23 10:10 AM
In the case of the {{{Description}}} tag though, you'd only want double mustache brackets around it, not triple brackets. - Mark Sayers Mon 6/12/23 10:22 AM
I did add the following to our template but the section did not appear in the preview...I can only assume the issue now is due to our open ticket: 22911063
QUOTE
{{#NotificationRecipients}}
<!--NotificationRecipients-->
<tr>
<td style="font-size: 17px; font-weight: bold; color: #515A61; padding-top: 10px; border-top: 1px solid #4caa51;">
NotificationRecipients
</td>
</tr>
<tr>
<td style="font-size: 16px; padding-top: 0px;">{{NotificationRecipients}}
</td>
</tr>
{{/
NotificationRecipients}}
UNQUOTE
THANKS FOR ALL YOUR HELP - Taren Conley Mon 6/12/23 3:42 PM