Quote:
Originally Posted by DiabloBillionaire
Okay so basically I have it set like this and when I select the fields of 2 items in checkbox:
Football
Soccer
It shows up as numbers
<!-- Sports -->
<vb:if condition="$post['field8']">
<dt>sports</dt> <dd>{vb:raw post.field8}</dd>
</vb:if>
<!-- Sports -->
Am I doing something wrong?
|
try
<!-- Sports -->
<vb:if condition="$post['field8']">
<form><input type="checkbox"><dt>sports</dt>{vb:raw post.field8}</form>
</vb:if>
<!-- Sports -->
--------------- Added [DATE]1349347280[/DATE] at [TIME]1349347280[/TIME] ---------------
Quote:
Originally Posted by kh99
It shouldn't display them all. What exactly did you put in the template?
Try temporarily putting $post[field8] somewhere in the template to see what the value is.
|
i asume he is looking for a way to show the options selected as a checkbox ( ticked )
in postbit