Quote:
Originally Posted by WhaLberg
Try:
HTML Code:
<if condition="$post[fieldx] == option1">do 1</if>
|
I have been trying different variations to no avail.
My exact profile field addition as follows: [field8]
Multiple-Selection Checkbox titled 'League Attendance' with 3 options as below.
MLG
WSVG
WCG
I have tried both in the template for postbit display:
<if condition="$post[field8] == option1"> do something </if>
<if condition="$post[field8] == MLG"> do something </if>
UPDATE
I removed one of the equal signs since there are multiple allowances and it seems to
be working great so far.
PHP Code:
<if condition="$post[fieldX] = option">