Socket
Book a DemoInstallSign in
Socket

ember-wufoo-form

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-wufoo-form

A thin wrapper around Wufoo forms for easier integration with Ember.js apps.

latest
Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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/.

Keywords

ember-addon

FAQs

Package last updated on 12 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts