1.0.0 • Published 7 years ago

react-wufoo-embed v1.0.0

Weekly downloads
486
License
-
Repository
github
Last release
7 years ago

Wufoo logo

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

Demo & Examples

Live demo: seethroughtrees.github.io/react-wufoo-embed

Installation

Install the component from npm.

npm install react-wufoo-embed --save

Usage

Import the component and add the required attributes, that's it!

const WufooForm = require('react-wufoo-embed');

<WufooForm userName="*your username*" formHash="*your formId*" />

You can also get the embed code directly from the 'Share tab' in the Wufoo Admin

Properties

userName String required - Your Wufoo username.

formHash String required - The FormId of your Wufoo Form.

header String default: 'show' - 'show' or 'hide' the header of your form.

autoResize String default: true - Auto size the height of your form.

defaultValues String - Set default values.

height String - Override the height of your form if autoResize is set to false.

async Bool default: true - Disable async loading of your form.

ssl Bool default: true - Disable this if you want to force non-secure http.

==============

Thanks

Huge thanks to Jed Watson for making https://github.com/JedWatson/generator-react-component.
A super easy way to start components.

Contributions

Pull requests are always welcomed. Just make sure to create an issue first, and set the PR to the 'upstream' branch instead of Master. Thanks!

Copyright (c) 2015 seethroughtrees.

1.0.0

7 years ago

0.2.0

7 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago