Hello
I have a template with a custom userbox and in it, I have a listbox with a list of 3 names. I want the user to be able to select any 1 or 2 of the 3 names, but never all three, so I set the MultiSelect property of the listbox to "1-fmMultiSelectMulti". Now, how do I get the selection to appear in the document one name under the other instead of side by side. If they select just 1 name, it's good, but that rarely happens.
I want:
Name 1
Name 2
I am getting:
Name 1 Name2
Thanks for helping a grateful newbie!![]()



