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)
-   -   Contact Form (https://forum.x-cart.com/showthread.php?t=5427)

assassin88 12-02-2003 11:12 PM

Contact Form
 
Hey gang,
i am new to X-Cart I am building www.lifestylefishing.com with X-cart Gold
Could someone please help me with the contact form as far as the coding goes? I want to take out some fields, I read the forum and the messages on there are a little advanced for me...

thanks coders!
Ben

funkydunk 12-30-2003 04:18 AM

The easiest way to do this is to comment out the relevant <tr> tags to take out the whole row. The smarty way to comment is by using {* at the beggining of the block to remove and *} at the end.

eg:
if you want to get rid of the fax no:

Code:

{*
<tr valign=middle>
<td class=FormButton>{$lng.lbl_fax}</td>
<td></td>
<td nowrap>
<input type=text name=fax size=32 maxlength=128 value="{$userinfo.fax}"></td>
</tr>
*}



All times are GMT -8. The time now is 07:35 AM.

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