Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks - here is the email code. Not sure that the class="Txt4" is referenced?
|
Here is the html of the content block:
|
Thanks Akshay Pant.Here is the token code:#set ($list = '${lead.superFund1}|${lead.otherfundnumber1}|${lead.uSI1}+${lead.otherfundname2}|${lead.otherfundnumber2}|${lead.uSI2}+${lead.otherfundname3}|${lead.otherfundnumber3}|${lead.uSI3}+${lead.otherfundname4}|${lead.otherfundnumber4}|${lead.uSI4}+${...
I have used an email script token to populate a table in an email with three bits of info.I have experienced this formatting issue only in Gmail where the top heading "The details of..." doesn't go full width, and the top table row is pulling into the first col.I think this is due to a table from th...
Thanks Gerard, this works a treat. RegardsSimone
We have several event programs with registrations (status change) in each. I have been asked to create a report of all registrants, by event and send this through daily to the events team. I would prefer this to be automated. Also the lead has the ability to enter the number of guests they would lik...
Sorry, I'm not a developer so finding this challenging. When I replaced the email script with your code, the email populated as per below. ${lead["otherfundname${fund}"]} ${lead["otherfundnumber${fund}"]}${lead["uSI${fund}"]}${lead["otherfundname${fund}"]} ${lead["otherfundnumber${fund}"]}${lead["uS...
Thanks Sanford Whiteman I tried copying and pasting your code above underneath my other email script and it didn't work.
I have added email script to pull through custom fields into a table using Mytokens - see below - this lead only has 3 funds - the maximum # of funds is 9.The details of your other super funds* Fund nameMember NumberCodeFund 1111Fund 2222Fund 3333${lead.otherfundname4}${lead.otherfundnumber4}${lead....
Awesome thanks so much - working as expected now! Do you know whether it's possible to add more that one my token. I have another "" "1" question pulling through.