Multiple Contact Forms on Magento -


I want to create a new contact form for inquiries on Magento. Is it a bit of a waste of time to create a module from scratch, does anyone know the most sensible and fast way for this?

Thank you!

in CMS> Manage page Create and enable a new page (or you can use a static block) eg call my contact form page with my contact form and the URL ID of the layout that matches your theme.

  {{block type = 'core / template' template = 'contacts / mycontactform.phtml'}}   

for the contents of the new page In the template folder (app / design / frontend / default / default / template / magenta 1.3.x contact for default theme), current form. Copy the file file, replace it with the name of MyCantForm.file and copy it back to the Contacts folder. . Edit the new mycontactform.phtml code and HTML like you would like to create your new contact form.

Hope to load the new look by ...

Comments