Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshnuss/spree-contact-form

Spree extension that provides a basic contact form
https://github.com/joshnuss/spree-contact-form

Last synced: 16 days ago
JSON representation

Spree extension that provides a basic contact form

Awesome Lists containing this project

README

        

Spree Contact Form Extension
=========

An spree extension for contact forms.

Installation
============

1) add the gem to your `Gemfile`:

`gem 'spree_contact_form'`

2) run bundler:

`bundle install`

3) install it:

`rails generate spree_contact_form:install`

3) migrate your database:

`rake db:migrate`

Viewing Contact Form
======================

`http://yourdomain.tld/contact`