Adds ability to save form entries from first-party Contact Form plugin.
To install Contact Form+, follow these steps:
- Make sure you have the Contact Form plugin from Pixel & Tonic installed.
- Download & unzip the file and place the
contactformplus
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/mijingo/contactformplus.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- -OR- install with Composer via
composer require mijingo/contactformplus
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
contactformplus
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads.
Contact Form+ works on Craft 2.4.x and Craft 2.5.x.
Contact Form+ adds the ability for your Contact Form plugin form to save submissions to a Craft section of your choosing.
After installing Contact Form+, go to the Settings for the plugin and do the following:
- Choose the Section where Contact Form+ should save the form submissions.
- Map your Section fields to the form fields. Input only the Field Handles. Right now the plugin is limited to Name, Email, Phone, and Message. See the docs for the Contact Form plugin for information on setting up your form code.
Some things to do, and ideas for potential features:
Release it- Improve mapping with dropdown of fields from Section
Brought to you by Mijingo, LLC