Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Drop <form> from contact us page?

Drop <form> from contact us page?

Locked

Views: 1,164

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Dec 2008, 11:48 PM
#1
dwessell avatar

dwessell

Zen Follower

Join Date:
Mar 2005
Posts:
143
Plugin Contributions:
0

Drop <form> from contact us page?

Is there a setting in the admin area for the contact us form? I'd like it dropped from the contact page. Or does that require editing of a file?

http://straightrazordesigns.com/index.php?main_page=contact_us

Thanks
David

7 Dec 2008, 1:04 AM
#2
allegragatto avatar

allegragatto

New Zenner

Join Date:
Nov 2008
Posts:
25
Plugin Contributions:
0

Re: Drop <form> from contact us page?

David,

I know you can edit the text you would like on your contact us page in the Define Pages Editor of the Admin. If you want to get rid of the form completely and only have that text, say with a link to an email as an alternative, you might have to edit the tpl_contact_us_default.php file in templates_default. You may be able to remove the code within that file for the form and eliminate it completely.

I am just learning CSS and PHP as I go along so unfortunately I can't tell you how to remove it. I usually just play with it until I figure it out. LOL

I hope this helps.

Alle

7 Dec 2008, 2:40 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Drop <form> from contact us page?

David -

If you don't mind, why would you want to remove the form?

7 Dec 2008, 4:11 AM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Drop <form> from contact us page?

AllegraGatto:

David,

I know you can edit the text you would like on your contact us page in the Define Pages Editor of the Admin. If you want to get rid of the form completely and only have that text, say with a link to an email as an alternative, you might have to edit the tpl_contact_us_default.php file in templates_default. You may be able to remove the code within that file for the form and eliminate it completely.

I am just learning CSS and PHP as I go along so unfortunately I can't tell you how to remove it. I usually just play with it until I figure it out. LOL

I hope this helps.

Alle

Any changes you make to files in the classic or template_default folders will be overwritten with the next upgrade/update and all your work will be lost. Please see the information in the tutorials/FAQ about setting up a custom template.