0.3.2 • Published 6 years ago

ember-wufoo-form v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ember-wufoo-form

Build Status Ember Observer Score

A thin wrapper around Wufoo Forms, to make integration in Ember Apps easier.

Installation

Install this addon with Ember CLI:

ember install ember-wufoo-form

Usage

The wufoo-form component accepts a set of required and optional attributes:

{{wufoo-form
  // required
  formId="<wufoo form id>"
  userName="<wufoo username>"

  // optional
  target="<DOM selector where to render the form to"

  // optional parameters, proxied from wufoo embed library
  autoResize: <default true>,
  height: <default '500'>,
  header: <default 'show'>,
  ssl: <default true>,
}}

The component will inject a script tag to load Wufoo's JavaScript embed library, which will add an iframe to display the form.

The required formId can be found on the "Share a link to your form" page in the Wufoo form admin.

Collaboration

Installation

  • git clone <repository-url> this repository
  • cd ember-wufoo-form
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

0.3.2

6 years ago

0.3.1

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago