Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

A simple Magento 2 module that allows you to save contact form enquiries within the Magento admin.

License

Notifications You must be signed in to change notification settings

Turiknox/magento2-enquiry-saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Turiknox Enquiry Saver

Overview

A simple Magento 2 module that allows you to save contact form enquiries within the Magento admin.

Requirements

Magento 2.1.x

Installation

This module will add a table to your Magento 2 database. As with any third party modules that do this, it is recommended that you backup your database before installation.

Copy the contents of the module into your Magento root directory.

Enable the module via the command line:

/path/to/php bin/magento module:enable Turiknox_EnquirySaver

Run the database upgrade via the command line:

/path/to/php bin/magento setup:upgrade

Run the compile command and refresh the Magento cache:

/path/to/php bin/magento setup:di:compile

/path/to/php bin/magento cache:clean

Usage

Enable enquiry saving in Stores -> Configuration -> General -> Contacts

View the saved enquiries under Marketing -> Communications -> Contact Form Enquiries

About

A simple Magento 2 module that allows you to save contact form enquiries within the Magento admin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages