A quick and easy way to use Wufoo Forms in your React Application.
npm install --save-dev react-wufoo-embed
or with bower:
bower install --save-dev react-wufoo-embed
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*" />;
The following props are available.
<Wufoo userName="adaml" formHash="zkgmlhk086qrhp" header="hide" />;
This module supports multiple forms loaded on the page.
Contributions are welcomed, please see README in github page.