X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Department in Contact Us form (https://forum.x-cart.com/showthread.php?t=17660)

STORed 11-01-2005 04:34 AM

Department in Contact Us form
 
I'd like to remove DEPARTMENT (mandatory field) in Contact Us form. Where do I do that?

pauldodman 11-01-2005 04:50 AM

You need to be editing this template:

skin1/help/contactus.tpl

Comment out or remove the table that shows the Departments:

Around line #237

Code:

<TR valign="middle">
<TD class="FormButton">{$lng.lbl_department}</TD>
<TD><FONT class="Star">*</FONT></TD>
<TD nowrap>
<SELECT id="department" name="department">
<OPTION value="All" selected>{$lng.lbl_all}</OPTION>
<OPTION value="Partners">{$lng.lbl_partners}</OPTION>
<OPTION value="Marketing / publicity">{$lng.lbl_marketing_publicity}</OPTION>
<OPTION value="Webdesign">{$lng.lbl_web_design}</OPTION>
<OPTION value="Sales">{$lng.lbl_sales}</OPTION>
</SELECT>
</TD>
</TR>


STORed 11-01-2005 05:09 AM

Perfect. Got it!


All times are GMT -8. The time now is 02:29 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.