Quote:
Originally Posted by Milad
|
Many thanks Milad,
its working fine but I still have an issue.
If you have a multioption field like
OPTION1
OPTION2 etc.
its displayed in the postbit like this
option1, option2 .....
Is there a way to make a line break before the next option?
Because I am using postbit_legacy I need a construct like this:
Code:
<if condition="$post['field19']"><div class="smallfont">$vbphrase[field19_title]:</div>
<div class="smallfont">$post[field19]-option1</div>
<div class="smallfont">$post[field19]-option2</div>
....
</if>