Archive

Posts Tagged ‘cms’

Magento Notes - adding contact form into other CMS created pages

February 24th, 2009

I am just in the process of creating a new form for tickon.com, in which I would allow users to submit their products for evaluation and resell on the web site.  Again, with Magento, this is not something easy, or intuitive to do.  I came across a great read on http://inchoo.net/, giving a tutorial on how to embed the contact form in a CMS-created page.  Basically what you have to do is create a CMS page by going to: CMS -> Manage Pages -> Add New Page and simply embed the following script inside the “Content” text box, and you are ready to rock.

<!– CONTACT FORM –>
{{block type=’core/template’ name=’contactForm’ template=’contacts/form.phtml’}}
<!– END OF CONTACT FORM –>

blog posting, magento, technical notes , ,