1.0.36 • Published 1 month ago

wotc-form v1.0.36

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

WOTC.com JavaScript Screening Form

An embedded JavaScript snippet to generate the WOTC.com screening form directly in your website or application.

image

Basic Implementation

<form id="specialForm"></form>
<script src="https://cdn.jsdelivr.net/gh/wotc-com/wotc-form@master/build/js/forms.js"></script>
<script>
	WotcForm.init('specialForm', {
	  groupId: 484158277, // required
	  formId: 589972586, // required
	  data: { // optional to prefill form
	    name: 'Bob Hope',
	    dob: '1903-05-29'
	  }
	});
</script>

React

Installation

npm install

NOTE: Importing directly to a React project and using a react component has not been tested. Currently only testing has been direct front-end implementation.

Start Dev Server

npm run start

Features:

1.0.36

1 month ago

1.0.35

1 month ago

1.0.34

1 month ago

1.0.33

1 month ago

1.0.32

1 month ago

1.0.31

1 month ago

1.0.29

1 month ago

1.0.19

1 month ago

1.0.22

1 month ago

1.0.21

1 month ago

1.0.20

1 month ago

1.0.26

1 month ago

1.0.25

1 month ago

1.0.24

1 month ago

1.0.23

1 month ago

1.0.28

1 month ago

1.0.27

1 month ago

1.0.18

1 month ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.15

3 months ago

1.0.14

3 months ago

1.0.13

3 months ago

1.0.12

3 months ago

1.0.11

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago