Thank you Dani.
ok, i found it.
I created ‘custom.tpl’ (To use as my own template and copied all the code to it) I set it as the template to use in the ‘extended’ section and then ..
This example will comment out the html email field..
—————————————————
$var_form2 = “
<!– email field –>
<!– <div class=’css_form_textfieldspace’>
<input class=’css_form_emailfield’ type=’text’ name=’gbemail’ value=’$gbemail’ />
<b class=’css_form_text’>?$lang_email $var_mandatory_email</b></div> –>
“;
—————————————————
Do the same for other fields you don’t want.