Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default How to remove the "Send" Button from Contact Us Page?

    I am currently in the process of changing over our website. In the Contact Us section, I have recently removed the standard "contact us form" for our own form by adding #contactUsForm{display:none;} to the stylesheet. However, I still have the "Send" button showing on my site and have been unable to find out where and how I can remove this. Can someone please point me in the right direction as to how I am able to remove this button? It is located towards the bottom of this link: http://www.wintergreensys.com/index....age=contact_us.

    Thank you for any help that you may be able give me!

  2. #2
    Join Date
    Oct 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: How to remove the "Send" Button from Contact Us Page?

    go into includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php, find the following line

    HTML Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>
    change it to:

    PHP Code:
    <?php /*<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>*/?>
    but keep in mind, the way you have customers contacting you is through a direct "mailto:" link, which opens a new email window in their email client. any customer that doesn't have outlook or a mail client on their pc (eg: if they are using a web-based email like yahoo, gmail, etc) won't be able to easily email you. (just my 2 cents)

  3. #3
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: How to remove the "Send" Button from Contact Us Page?

    Thank you very much for your help. Your directions worked perfectly! I also greatly appreciate your input on the email issue I would run into for customers.

    The reason I initially wanted to remove the form and "send" button was because when you would click the "Contact Us" link, it would take you immediately down to the bottom of the page in the form portion bypassing our other information. I imagine I am able to move the form and send button towards the top of the page which would give customers every opportunity to email. I will take a look at that option.

    Thanks again for your help and comments!

 

 

Similar Threads

  1. v151 how to remove text "Congratulations! You have..." from the "TEXT_MAIN"?
    By X-youth gone willd in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Dec 2014, 05:33 PM
  2. Replies: 16
    Last Post: 14 Feb 2013, 12:02 PM
  3. How to remove "contact us", "My account" , and "view cart"?
    By thestampnomad in forum Basic Configuration
    Replies: 2
    Last Post: 13 Aug 2010, 07:55 PM
  4. how to move "contact us", "about us" etc to the bottom of page?
    By zc-newbie in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jul 2007, 07:20 AM
  5. Remove "Contact Us" button from Product Listing
    By xando in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Nov 2006, 04:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg