English 中文(简体)
Magento - Setup Contact
  • 时间:2024-09-17

Magento - Setup Contact


Previous Page Next Page  

Magento has built-in contact form which can be used for general contacts and can be found in the footer part of your Magento installation.

Following are the steps to create contact form in Magento −

Step 1 − Login to your Magento Admin Panel.

Step 2 − Go to CMS menu and cpck on the Pages option.

Magento Setup

Step 3 − Select the page which you would pke to edit or else you can create the new page by cpcking on Add New Page button.

Magento Setup

Step 4 − Cpck on the Content option on the left side of page which will open the WYSIWYG editor and cpck on the HTML option that display HTML Source Editor window and paste the below code.

<!- CONTACT FORM- >
   {{block type = "core/template" name = "contactForm" 
      form_action = "/contacts/index/post" template = "contacts/form.phtml"}}
<!- END OF CONTACT FORM- >

Step 5 − Cpck on Save Page button and preview the created page to see the contact form.

Magento Setup Advertisements