Magento includes contact form functionality by default. A link to a contact form can usually be found in the footer of your Magento installation.Of course, you can add a contact form on any page. All you need to do is:
- Log in to the administrator area.
- Go to CMS > Pages.
- Select the page you want to edit or create a new page.
Paste the following code using the HTML option of the WYSIWYG editor:
{{block type='core/template' name='contactForm' template='contacts/form.phtml'}}
Save the changes and the contact form will appear on the desired page.View more threads in the same category:
- Prevent an array filter warning while adding products
- Best Development Practices in Magento 2
- How to Secure Magento Against SQL Injections
- How To Backup And Rollback In Magento 2
- Implement Your Custom API In Magento Backend
- How to Create Simple Twitter Feed Module in Magento 2
- How To Secure cron.php In Magento 2
- How To Create & Configure Multi Store In Magento 2
- Create Your Own Widget In Magento
- Third Part of Magento Theme Development
Bookmarks