Contact Form Departments - Magento 2
This extension provides the ability to add different departments in the contact form and the contact form query will be sent to the respective department's email addresses.
Magento Community (Open Source) 2.1.x, 2.2.x, 2.3.x, 2.4.x
Magento Enterprise (Commerce) 2.1.x, 2.2.x, 2.3.x, 2.4.x
If you have different departments in your support team and you want to get the contact form queries to the respective departments then this extension is for you. Contact Form Departments extension provide the ability to add as many departments in Magento admin and these will be displayed in a dropdown of the contact form. This extension is extending the functionality of native Magento's contact form module.
Features
- Ability to add as many departments in the admin configuration.
- Ability to add multiple email addresses (comma separated) for each department.
- Contact form queries will be sent to the respective department's email addresses.
- Fully compatible with multiple stores and websites.
- No rewrite in the code and works just like plug and play.
Contact Form Configurations
Contact Form
- Backup your web directory and store database.
- Download the extension package and unzip it.
- Upload the content of the extension package to the root directory of the store.
- In SSH console of your server navigate to your store root directory:
cd path_to_the_store_root_directory
run:
php -f bin/magento module:enable EH_Core
php -f bin/magento module:enable EH_ContactFormDepartments
then run:
php -f bin/magento setup:upgrade --keep-generated
then run:
php -f bin/magento cache:clean
- This extension provides the ability to add different departments in the contact form and the contact form query will be sent to the respective department's email addresses.