React Wufoo Embed

Star Watch

A quick and easy way to use Wufoo Forms in your React Application.

View on Github

Installation

npm install --save-dev react-wufoo-embed
or with bower:
bower install --save-dev react-wufoo-embed

Use

This module is UMD compatible, so you can use it with CommonJS, AMD or by loading the src.

// import the module (CommonJS shown)
var Wufoo = require('react-wufoo-embed');

// inside your render() function
<Wufoo userName="*your username*" formHash="*formId*" />;

Options

The following props are available.

Example

<Wufoo userName="adaml" formHash="zkgmlhk086qrhp" header="hide" />;

Extras

This module supports multiple forms loaded on the page.

Contributions are welcomed, please see README in github page.