To remove fields from the Contact Us form edit the contactus.tpl file which is located in the /skin1/help directory.
If the removed fields were required or to make an existing field non-required edit the help.php file in the /include directory. For example to make the Last Name field non-required you need to remove:
|| empty($contact["lastname"])
from the $fillerror = statement
Regards,
Dave
__________________
X-Cart version 3.5.9
PHP 4.3.8
MySQL server 3.23.58
Operating system Linux
|