Skip to content

ktlabs/refinerycms-questions

 
 

Repository files navigation

questions

Refinery questions

Gem Installation using Bundler (The very best way)

Include the latest gem into your Refinery CMS application's Gemfile:

gem 'refinerycms-questions', '~> 1.0.0'

Then type the following at command line inside your Refinery CMS application's root directory:

bundle install

Installation on Refinery 0.9.9 or above.

To install the migrations, run:

rails generate refinerycms_questions

Next migrate your database and you're done:

rake db:migrate

About

Add a simple contact form to Refinery that notifies you and the customer when an question is made.

In summary you can:

  • Collect and manage questions
  • Specify who is notified when a new question comes in
  • Customise an auto responder email that is sent to the person making the question

When questions come in, you and the customer are generally notified. As we implemented spam filtering through the filters_spam plugin you will not get notified if an question is marked as 'spam'.

How do I get Notified?

Go into your 'questions' tab in the Refinery admin area and click on "Update who gets notified"

How do I Edit the Automatic Confirmation Email

Go into your 'questions' tab in the Refinery admin area and click on "Edit confirmation email"

About

Inquiries engine for Refinery CMS (extracted from the core)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%