Skip to content

awagener/refinerycms-inquiries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inquiries

Refinery Inquiries

Gem Installation using Bundler (The very best way)

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

gem "refinerycms-inquiries", '~> 0.9.9.7'

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

bundle install

You don't currently have to do any migrations because Refinery CMS never removed the inquiries tables by default. This will change in a future version - follow the instructions below if you are running the currently unreleased Refinery 0.9.9.

Installation on Refinery 0.9.9

The inquiries table has been removed from the base install of Refinery 0.9.9. To install the migrations, run:

rails generate refinerycms_inquiries

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 inquiry is made.

In summary you can:

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

When inquiries come in, you and the customer are notified. The inquiry will now show up as an "open" inquiry. The idea is to deal with the inquiry and then "close" it so you know it's been sorted.

How do I get Notified?

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

How do I Edit the Automatic Confirmation Email

Go into your 'Inquiries' 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%