Multiple Contact Forms on Magento
I'm looking to create a new contact form for enquiries on Magento. Creating a module from scratch for this seems like a bit of a waste of time. Does anyone know the most sensible and quickest way for this to happen? Thanks! paj In CMS>Manage Pages create and enable a new page (or you could use a static block) e.g. call the page My Contact Form with a url ID of my-contact-form and a layout that matches your theme. For the content of the new page add {{block type='core/template' template='contacts/mycontactform.phtml'}} Now in your template folder (app/design/frontend/default/default/template