https://github.com/webkul/magento2_ajax_contact_form
Magento2 Ajax Contact Form
https://github.com/webkul/magento2_ajax_contact_form
Last synced: 9 months ago
JSON representation
Magento2 Ajax Contact Form
- Host: GitHub
- URL: https://github.com/webkul/magento2_ajax_contact_form
- Owner: webkul
- License: other
- Created: 2020-08-13T14:48:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T20:52:35.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T03:49:46.976Z (about 1 year ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.txt
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Installation
Magento2 AjaxContactForm module's installation is very easy, please follow the steps for installation-
1. Unzip the respective extension zip and create Webkul(vendor) and AjaxContactForm(module) name folder inside your magento/app/code/ directory and then move all module's files into magento root directory/app/code/Webkul/ProductCarousel/ folder.
or
# Install with Composer as you go
Specify the version of the module you need, and go.
composer require webkul/magento2_ajax_contact_form
# Run Following Command via terminal
-----------------------------------
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
2. Flush the cache and reindex all.
now module is properly installed
# User Guide
For Magento2 AjaxContactForm module's working process follow user guide - https://webkul.com/blog/magento-2-ajax-contact-form/