Adding Static Block to your standard Magento contact page is very useful (I usually make 1 above the form and 1 below.)… Simply follow these instructions:
- Make your static blocks in Magento, I called mine contact_form_above & contact_form_below (in Backend | CMS | Static Blocks).
- Find your contact.xml file – usually it’s in: public_html/app/design/frontend/default/YOUR-TEMPLATE/layout/
- Add the following code for each block in the
area.
contact_form_above
- Save, & don’t forget to cache refresh (Backend | System | Cache Management).
- For reference here’s the code for a contact page showing a static block above and below the contact form…
contacts Contact Us true page/2columns-left.phtml Contact Us contact_form_above contact_form_below