anybody able to help with this issue? i created a new selection field, and it's displayed in the postbit as a number that resembles the option the user chose instead of the text.
The code i used is:
Quote:
<if condition="$post[field5]">Field: $post[field5]</if>
|
there are 7 fields, if i chose the first field in the options it will show a 1 instead of the field name.
maybe thats wrong.