checkbox list

Post Reply
sabety
Posts: 76
Joined: Wed Dec 06, 2000 7:11 am

checkbox list

Post by sabety »

How can I stick a <BR> tag between checkbox items returned with the <checkbox> function in vortex, as opposed to having them stacked up next to eachother?

thanks
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

checkbox list

Post by Kai »

There is no option to <checkbox> to do this currently. You could <CAPTURE> the output of <checkbox> and <sandr> in a <BR> at each newline, then <send> the result.
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

checkbox list

Post by John »

Another way that works is to loop over $values and $output, e.g.

<loop $values $output>
<checkbox $name $values $selected $output><BR>
</loop>
John Turnbull
Thunderstone Software
Post Reply