This is an extension for [Spree][1], put together by [Bryan Mahoney][2]
This extension adds a contact form to your website to help your customers give you feedback. All inquiries are mailed to the email in Spree::Config[:contact_form_to] and saved to the database for later review in the backend.
- Copy to your project's vendor/extensions dir, and make sure the naming is right (remove the 'spree-' prefix).
- Run rake db:migrate.
- In script/console, type:
Spree::Config.set(:contact_form_to => "you@domain.tld")
- Reboot the server.