https://github.com/rubyeffect/easy_fill
A javascript library that populates the form on your page on a link click. Built by http://www.rubyeffect.com
https://github.com/rubyeffect/easy_fill
autofill fill-form javascript-library jquery
Last synced: 4 months ago
JSON representation
A javascript library that populates the form on your page on a link click. Built by http://www.rubyeffect.com
- Host: GitHub
- URL: https://github.com/rubyeffect/easy_fill
- Owner: rubyeffect
- License: mit
- Created: 2016-07-07T14:23:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T11:07:21.000Z (over 9 years ago)
- Last Synced: 2025-08-18T15:52:42.207Z (10 months ago)
- Topics: autofill, fill-form, javascript-library, jquery
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Easy Fill
Easy Fill javascript library is for developers and testers. It gives a link to the top left corner of the page and when it is clicked, it fills placeholder content into your form that is on the current page.
## Setup
Add this line at the bottom of your layout/html file:
```html
```
## Usage
A link will be shown at the top left corner of the browser with label: 'Easy Fill'. Click that to fill the form on your page.
**form tag class options**
1. `fill-form`, perform auto fill.
2. `skip-form-fill`, skip auto.
3. `skip-data-overwrite`, skip input field value overwrite.
**Note:** Please refer `examples/demo-1.html` and `examples/demo-2.html` for examples.
## Libraries Used
1. jQuery (https://github.com/jquery/jquery)
2. Faker (https://github.com/Marak/faker.js)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/rubyeffect/easy_fill.
## License
The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Changelog
**August 30, 2015**
1. If there are multiple forms on a page, only for the desired forms a value is filled in input field by adding 'fill-form' class to form tag. The rest of the forms will be ignored.
2. If there are multiple forms on a page, desired forms can be ignored for auto fill by adding 'skip-form-fill' class to form tag. The rest of the forms input fields will be auto filled.
3. To avoid overwrite of existing value of form fields, add 'skip-data-overwrite' class to form tag.
## Authored by
Sanjay Vedula(sanjay.vedula@gmail.com)
## About RubyEffect
RubyEffect builds intuitive, live and elegant software that solves real world problems. We love open source and it's community.
Liked this library? You may also like the articles we post on our [blog](http://blog.rubyeffect.com). Please do check
We would love to work on your ideas and see them grow. Say hello @ http://rubyeffect.com/contact