joshnuss / spree-contact-form

Spree extension that provides a basic contact form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spree Contact Form Extension

An spree extension for contact forms.

Installation

  1. add the gem to your Gemfile:

gem 'spree_contact_form'

  1. run bundler:

bundle install

  1. install it:

rails generate spree_contact_form:install

  1. migrate your database:

rake db:migrate

Viewing Contact Form

http://yourdomain.tld/contact

About

Spree extension that provides a basic contact form

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


Languages

Language:Ruby 100.0%