Quote:
Originally Posted by peugeot405
strange it as working perfectly on my testsite.
Did you replace the xxx with the fieldnumber 3 times?
I see i had a type error in my code. I forgot the change field5 with xxx o 2 lines. Sorry about that. Was getting late and tired.
Code:
<vb:if condition="$post['fieldXXX'] == '1 Year'">
<dt>Marketing level</dt>
<dd>Rookie Marketer</dd>
<vb:elseif condition="$post['fieldxxx'] == '2 Years'" />
<dt>Marketing level</dt>
<dd>Scalper Marketer</dd>
<vb:elseif condition="$post['fieldxxx'] == '3 Years'" />
<dt>Marketing level</dt>
<dd>Technical Marketer</dd>
<vb:else />
<dt>Marketing level</dt>
<dd>Professional Marketer</dd>
</vb:if>
You have the change the xxx 3 times.
|
Yes i already change all the field numbers. but the issue remains