1
I'm using liaise 1.26 and want to change the way the "Check Box" elements are displayed. As it is, the possible selections are displayed in a row, ex:
choice1 | choice2 | choice3 | choice4 | etc.
Is there a way to change it so that it will display as:
choice1
choice2
choice3
choice4
etc.
I'm thinking somewhere I can put a
in the code, but I can't figure out where in the templates and php files.