Chadi
05-26-2012, 07:55 PM
Hi folks,
How do I output actual field# from profile field (this one is field17, bible verison drop down selection). I want the user's selection to be outputted in postbit legacy.
I'm using this code
<vb:if condition="$post['field17']"> <dt>My Bible</dt><dd>{vb:raw post.field17}</dd></vb:if>
However, its only outputting a number like 1, 256, 16, etc instead of bible translation name such as King James, NIV, etc.
Thanks for your help
How do I output actual field# from profile field (this one is field17, bible verison drop down selection). I want the user's selection to be outputted in postbit legacy.
I'm using this code
<vb:if condition="$post['field17']"> <dt>My Bible</dt><dd>{vb:raw post.field17}</dd></vb:if>
However, its only outputting a number like 1, 256, 16, etc instead of bible translation name such as King James, NIV, etc.
Thanks for your help