Skip to content

dannio/cama_hubspot_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Hubspot form plugin for Camaleon CMS

It creates a connection to the designated Hubspot account via the ruby-hubspot gem, and pulls in forms and provides the user with a collection of shortcodes.

Dependencies

  • Camaleon CMS: gem "camaleon_cms", '>= 2.4.5'

  • ruby-hubspot: gem "hubspot-ruby"

Installation

  • Within your Camaleon installation, set up ruby-hubspot and ensure it's connected and running. (Can test in rails console by running Hubspot::Form.all)
  • Add the plugin into your Gemfile gem "cama_hubspot_form", '0.0.8', github: "dannio/cama_hubspot_form"
  • Install bundle install
  • Activate Plugin in Camaleon admin panel

Usage

  • Create and set up a form in hubspot
  • Go to Settings in the Admin panel of your camaleon installation
  • Copy the shortcode of your new form and paste into editor/call shortcode from your template

Note

  • Redirects are set within the forms in Hubspot
  • Dependent field conditions are supported
  • File upload field not supported

About

Hubspot form plugin for Camaleon CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published