Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshnuss/spree-contact-form
- Owner: joshnuss
- License: bsd-3-clause
- Created: 2010-11-30T20:01:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-19T15:20:31.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T22:20:26.138Z (29 days ago)
- Language: Ruby
- Homepage:
- Size: 147 KB
- Stars: 14
- Watchers: 5
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`