i try the above code and it dont show me at all the profile field .
i have created many of them and all is working just fine just this one here is the example of the code i have
HTML Code:
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="348">
<TR>
<TD class="thead" COLSPAN=2 width="342">$userinfo[username]'s Details</TD>
</TR>
<tr>
<if condition="$userinfo[field20]">
<TD width="133" valign="top" class="alt1"><strong>Real Name:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field20]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field8]">
<TD width="133" valign="top" class="alt1"><strong>Gender:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field8]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field11]">
<TD width="133" valign="top" class="alt1"><strong>Home Country:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field11]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field16]">
<TD width="133" valign="top" class="alt1"><strong>Ethnicity:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field16]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field17]">
<TD width="133" valign="top" class="alt1"><strong>Marital Status:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field17]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field15]">
<TD width="133" valign="top" class="alt1"><strong>I am here for:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field15]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field29]">
<TD width="133" valign="top" class="alt1"><strong>Orientation:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field29]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field2]">
<TD width="133" valign="top" class="alt1"><strong>Hometown:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field2]</if></TD>
</tr>
<tr>
<if condition="$show['zodiacsign']">
<TD width="133" valign="top" class="alt1"><strong>Zodiac Sign:</strong></TD>
<TD width="205" valign="top" class="alt1">$zodiacsign</if></TD>
</tr>
<tr>
<if condition="$userinfo[field30]">
<TD width="133" valign="top" class="alt1"><strong>Smoke / Drink:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field30] / $post[field31]</if></TD>
</tr>
<tr>
<if condition="$userinfo[field18]">
<TD width="133" valign="top" class="alt1"><strong>Education:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field18]</if></TD>
</tr>
<tr>
</TABLE>
see all of them work fine just the I'm here for :
Hopefully there is away to fix it ..
Thankyou