ember-hubspot-form
v0.1.1
Published
Hubspot Forms for Ember apps
Downloads
3
Readme
ember-hubspot-form
A thin wrapper around Hubspot Forms to make integration in Ember Apps easier.
Installation
Install this addon with Ember CLI:
ember install ember-hubspot-form
Usage and Configuration
Add the component to one of your templates:
{{hubspot-form
portalId='MY_PORTAL_ID'
formId='MY_FORM_ID'
}}
Please see the Hubspot Form documentation for all details. Currently the addon supports following configuration options:
portalId
(required)formId
(required)target
: DOM selector string to insert the form into
Collaboration
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.