- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
delimiter for multiple checkbox properties used as token
SOLVEAug 13, 2020 2:14 PM
Hi!
I'm using a multiple checkbox property, containing multiples values for single contact, as a token to personalize an E-Mail.
Testing out the E-Mail I saw that the delimiter between the values of the property is a comma ",".
Is it possible to personalize the delimiter in the token?
In my case I would like to use the semicolon as we send a set of personalized codes that can be used to activate products in our plattform. With a semicolon the customer can just copy-paste the code from the E-Mail, as our app was developed with it as delimiter.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Aug 14, 2020 10:20 AM - edited Aug 14, 2020 10:26 AM
Hi @Katia_A !
You can use the |replace filter on your token to replace the comma with a semicolon.
{{ contact.your_token|replace(',',';') }}
If you click Advanced > Source Code in the WYSIWYG you should be able to edit the token code from there.
Alyssa Wilie
Web Developer at LyntonWeb
If this answer solved your question, please mark it as the solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content