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) : 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
rails g spree_easy_contact:install
Set properly the mail method in the admin area (/admin/mail_methods)
Add some topics
And you’re done !¶ ↑
Copyright © 2013 [Mathias Standaert for Organic Web], released under the New BSD License