kpitn / spree-easy-contact

Easy implement a contact form into spree with honeypot-captcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeEasyContact

Easy to implement contact form with honeypot-captcha, with a topic selection management in admin. It stores all messages in DB for an easy recall of messages.

This extension is based on joshnuss spree-contact-form (thank you BTW) : https://github.com/joshnuss/spree-contact-form

Installation

Put the following line into your gemfile :

gem 'spree_easy_contact'

Then run all the following command :

bundle install

rake spree_easy_contact:install

rake db:migrate

Set properly the mail method in the admin area (/admin/mail_methods)

And you're done !

Copyright (c) 2011 [Mathias Standaert for Organic Web], released under the New BSD License

About

Easy implement a contact form into spree with honeypot-captcha

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 100.0%