HTML Code:
<vb:if condition="$post['field10']">
<div id="gender"><img src="images/{vb:raw post.field10}.png" alt="{vb:raw post.field22}" />
</div>
</vb:if>
I'm using the code above to insert a gender option, and it does works but only for my account (when I'm logged in). If I'm viewing it as a guest it does not show up at all nor to other accounts.
Any possible reason for this? Thanks.
Edit; Solved it myself, I forgot to set the field public, lol.