woow that seems to work but can i also display the status as well above the univer/scholl
can i do something like this
PHP Code:
<if condition="$post['field7'] == 'student'">
Status: $post['field7']
University: $post[field6]
<else />
<if condition="$post['field7'] == 'abiturient'">
Status: $post['field7']
School: $post[field8]
<else />
<if condition="$post['field6']">
Status: $post['field7']
University: $post[field6]
</if>
</if>
</if>