https://github.com/jhta/form-autofill-js
Tool for auto filling html forms
https://github.com/jhta/form-autofill-js
autofill data fake fill form forms html js
Last synced: 6 months ago
JSON representation
Tool for auto filling html forms
- Host: GitHub
- URL: https://github.com/jhta/form-autofill-js
- Owner: jhta
- License: mit
- Created: 2018-09-10T17:42:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T09:21:55.000Z (almost 7 years ago)
- Last Synced: 2025-04-13T23:15:51.159Z (6 months ago)
- Topics: autofill, data, fake, fill, form, forms, html, js
- Language: CSS
- Homepage: https://codesandbox.io/s/kmxmv1yx57
- Size: 964 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# form-autofill-js
Tool for auto filling html forms based on the fake data generator: [casual.js](https://github.com/boo1ean/casual)
[DEMO 1 - with CDN](https://jsbin.com/subesef/1)
[DEMO 2 - with import](https://codesandbox.io/s/kmxmv1yx57)

The Tool identifies the html component based on the `name` and `type` params and fill it with a random pair from the object `casual`.
## How to install
`npm i -S -D form-autofill-js`
or
`yarn add form-autofill-js --dev`
### With CDN
`
Autofill.tool()