I am just starting to play with SharePoint Designer and got introduced to changing list Display Form/New Item Form/etc forms to custom format. Here is the issue I am struggling with:
We have a SharePoint list with a lookup field from another list that allows selection of multiple values. After the item is added and we display that item, the multiple lookup values are displayed in a continuous string separated by semicolons (e.g. <value1>;<value2>;<etc>). Is there a way to modify DispForm so that the values are listed on separate lines rather than separated by semicolons? I tried to use translate() function, but it replaces semicolon with only one character... anything else that I can try?
Thanks!
Osaki