Deuch
1
Hello Team,
I have a problem with a formmenu / dropdown menu field with multiple choices.
When several choices are made, breaks lines doesn't work. I have been looking for hours ...
Thank you for your help.
{formmenu: default=Choice A\n; Choice B\n; Choice C\n; multiple=yes}
The result is
But this is what I would like :
Thank you for your help.
scott
2
Hi, and welcome to the forum! 
You want to use the formatter
setting of the {formmenu} command. You can learn more here:
For example:
{formmenu: Choice A; Choice B; Choice C; multiple=yes; formatter=items -> join(items, "\n\n")}
1 Like
Deuch
3
Hi Scott,
Thank you so much, it work perfectly !!! 