Magento Basics Tutorial
Magento Store Setup
Magento Order Processing
Magento System Setup
Magento Optimization
Magento Useful Resources
Selected Reading
Magento Store Setup
- Magento - Setup Store Live
- Magento - Setup Google Checkout
- Magento - Setup Paypal Payment
- Magento - Setup Check Out Options
- Magento - Setup Currencies
- Magento - Setup Payment Methods
- Magento - Setup Payment Gateway
- Magento - Setup Payment Plans
- Magento - Setup Shipping Rates
- Magento - Setup Taxes
- Magento - Setup Inventory
- Magento - Setup Products
- Magento - Setup Categories
- Magento - Setup Contact
- Magento - Setup Languages
- Magento - Product Overview
Magento Order Processing
- Magento - Manage Orders
- Magento - Create Orders
- Magento - Setup Order Emails
- Magento - Setup Order Options
- Magento - Orders Life Cycle
Magento System Setup
- Magento - Setup Newsletter
- Magento - Setup CMS
- Magento - Setup New Pages
- Magento - Setup Page Layout
- Magento - Setup Page Title
- Magento - Setup System Theme
- Magento - Setup Translation
- Magento - Setup Facebook Likes
- Magento - Setup Youtube Video
- Magento - Setup Pretty URLs
- Magento - Setup Google Analytics
- Magento - Setup Customers
Magento Optimization
- Search Engine Optimization
- Magento - Database Performance
- Magento - Profiling
- Magento - Site Optimization
Magento Useful Resources
- Magento - Discussion
- Magento - Useful Resources
- Magento - Quick Guide
- Magento - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Magento - Setup Contact
Magento - Setup Contact
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.
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.
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.
Advertisements