Rendering a confiforms checkbox group in an ITFFF email with each selection on a new line

Andrew Johnston October 6, 2021

Hi Community,

I have a confiforms checkbox group with multiple selections

1=selection1

2=selection2

I am trying to get the IFTTT form to generate an email where each of the checked selections appears on a new line (ie a linefeed after each selection so it displays as

"The following selections have been checked in the checkbox group

selection1

selection2

Other text in the IFTTT form"

I have tried

[entry.ITSysAccess.label.addCRLF] amongst others

Please assist me.. Kind regards

1 answer

1 accepted

0 votes
Answer accepted
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2021

Hi

You can use something like

[entry.ITSysAccess.transform(label.addCRLFHtml)]

Or when using ConfiForms Field macro, setting the field name to

ITSysAccess.transform(label.addCRLFHtml)

Alex

Niko Uschman September 19, 2023

Hi, this basically worked for me and checkbox group. But in the Email generated by IFTTT it shows like this:

[1. Die Dig
, 2. Kommunikation, Information
]

Can I somehow change to:

1. Die Dig

2. Kommunikation, Information

Kind regards

Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2023

You can try something like

[entry.ITSysAccess.transform(label.addCRLFHtml).split(,)]

Like Niko Uschman likes this
Niko Uschman September 20, 2023
1. 
2.

Much better. Is there any way to prevent the second line of paragraphs to be intended?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events