Thanks for helping, but I can't get it to work. I made the changes in
staff_app template but not appearing in the Settings nor the Form itself. and I can't find
staff_app (x2) template.
Heres the code:
Code:
<if condition="$vboptions['usml_postitionapplying_gfx_onoff'] == '1'">
<input type="radio" name="position_applying" value="GFX Team" />$vbphrase[usml_staffapp_gfx]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'">
<input type="radio" name="position_applying" value="Moderator" />$vbphrase[usml_staffapp_mod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'">
<input type="radio" name="position_applying" value="Super Moderator" />$vbphrase[usml_staffapp_smod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'">
<input type="radio" name="position_applying" value="Administrator" />$vbphrase[usml_staffapp_admin]
</if>
I also made a new phrase with the following details:
Code:
Template: Global
Product: [U.S. Military Life] Staff Application
Varname: usml_staffapp_gfx
Text: GFX Team
But not worked...