Skip to content

weban-pl/bigos_contact_box

Repository files navigation

BigosContactBox

Widget with contact form.

Installation

BigosContactBox works with Rails 3.1 onwards. You can add it to your Gemfile with:

gem "bigos_contact_box", :git=>"git://github.com/weban/bigos_contact_box.git"

Gems "jquery-rails" and "bigos_settings" are required

Run the bundle command to install it.

After you install BigosContactBox and add it to your Gemfile, you need to run the generator:

rails generate bigos_contact_box:install

If You want displaying message after send email You have to add this line in view after redirect:

<%= flash[:notice] unless flash[:notice].blank? %>

Configuration

Please set generated settings

Customization

You can use to generate view you can overwrite

rails generate bigos_contact_box:views

About

Bigos Contact box for Bigos App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published