View Single Post
  #5  
Old 02-23-2005, 12:00 PM
 
uwphototech uwphototech is offline
 

Newbie
  
Join Date: May 2004
Location: Derry, NH USA
Posts: 3
 

Default

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
Reply With Quote