Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hmmm, I tried - this time it only shows below (ignore 'TOKEN')the code i insert is:#set( $documentNameToURLMap = { "Report1" : "www.example.com/apple.pdf", "Report2" : "www.example.com/pear.xls", "Report3" : "www.example.com/pumpkin.doc" } ) #set( $documentNameList = $lead.testCustom ) ...
Hi Sanford, it worked! But I think I messed up the scripting - This is what I input:#set( $documentNameToURLMap = { "Report1" : "www.example.com/apple.pdf", "Report2" : "www.example.com/pear.xls", "Report3" : "www.example.com/pumpkin.doc"} ) #set( $documentNameList = ${lead.testCustom} ) ...
Hi Sanford No, it's not the full URLs - can I insert full URLs in the values? I've never tried that. Does that mean if I insert the full URLs in the values, I can just insert the token into the confirmation email and it will display the checked item?
I'm setting a program where a customer, upon filling out a form (that has selections to 6 contents - checkboxes), the customer will receive one email containing the contents selected. For example, the customer selected 3 out of 6 available contents on the form checkboxes > triggers a 'confirmation e...