HTML Code:
<if condition="!$post['field1']">
<!-- do field 1 stuff -->
</else>
<if condition="!$post['field28']">
<!-- do field28 stuff -->
</if>
</if>
That makes it so that if there's nothing in field1 it shows field28... i dont want that.. i want if theres nothing in field 1 it doesnt show anything within THAT statement and if theres nothing in field 28 it doesnt show anything within THAT statement...