This topic is locked

Multiple Selection Fields (ordering)

10/13/2017 5:31:50 AM
PHPRunner General questions
K
KevinMillican author

I think I probably know the answer to this (No), but I wondered if there's a way of changing the way multiple selections are displayed.
Basically, the order of input is important to me, so if I select the items in the following order:-
Bacon,Eggs,Beans
I want them to display in that order rather than...
Bacon,Beans,Eggs
Which they would do at the moment regardless of the selection order.

Also, is there a way of changing the delimiter from a comma to a slash /

?