Magento – Magento contact form not displaying

blockscontact-us

I have a CMS page Contact Us, which has the following

{{block type=’core/template’ name=’contactForm’ template=’contacts/form.phtml’}}

However on the Contact Us page the block isn't being loaded, instead I've got an empty <p></p> any idea's on what might cause this, I have a custom theme but the contact form isn't being overridden by that theme.

Best Answer

from the looks of it, it might be as simple as the quotations that you have in your declaration. If you copied and pasted they may be wrong and you may just need to erase and enter them again. It has happened to me before. Also if that isn't the case check error logs to see if anything is missing and post them back if you can.

Related Topic