zero1/contact-form-plus 1.0.1

Magento 2 module to allow storage of submitted contact forms

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento2-ContactFormPlus

Description/Plan

Magento 2 module Allows storage of contact forms, as well as adding the ability to "resolve" contacts and provide a note about the resolution.


Install instructions

  1. check all is well before hand:
    composer update -v
    If you get any issues resolve them now.
  2. Add the following to your composer.json file:
    {
        "repositories": [
            {
                "type": "git",
                "url": "https://github.com/adamzero1/Magento2-ContactFormPlus.git"
            }
        ],
        "require": {
            "zero1/contact-form-plus": "dev-master"
        }
    }
  3. Add the following to the
    'modules'
    array in [MAGENTO ROOT]/app/code/config.php:
    'Zero1_ContactFormPlus' => 1,
  4. (get what we just added)
    composer update -v
    All should be gravy.
    If you see something like:
    [ErrorException]
      Target app/code/Path/To/Some/File/blah.php already exists (set extra.magento-force to override)
    
    add
    "magento-force": true,
    to the 'extra' part of your composer.json