<if condition="!$post['field1']"> <!-- do field 1 stuff --> <else /> <if condition="!$post['field28']"> <!-- do field28 stuff --> </if> </if> <!-- rest of the stuff you wanted -->