Hi Guys, This is not always a wise move. It is better to make new contact forms with the info you want... but if you really want to do it... here it is.
First edit skin1/help/contactus.tpl
In this example, I will remove the "Phone" field:
Select and cut
Code:
<tr valign=middle>
<td class=FormButton>{$lng.lbl_phone}</td>
<td><font class=Star>*</font></td>
<td nowrap>
<input type=text name=phone size=32 maxlength=32 value="{$userinfo.phone}">
{if $fillerror ne "" and $userinfo.phone eq ""}<font class=Star><<</font>{/if}
</td>
</tr>
Then open include/help.php and remove this:
Code:
empty($contact["phone"]) ||
Done!