Quote:
Originally Posted by stickskills
Can anyone help me out with a "if conditon" so that if users don't have a gamertag supplied, there's no box show up?
|
Here's mine:
PHP Code:
<!-- Xbox GamerTag -->
<input type="hidden" name="gamertag" value="$post[field5]">
<if condition="$post['field5']"><hr>
<strong>Xbox GamerTag:</strong><br/>
<a onmouseover="showgamercard('$post[field5]');" onmouseout="return hidegamercard();" href="http://live.xbox.com/member/$post[field5]" target="_blank" rel="nofollow">$post[field5]</a><br/>
</if>