https://github.com/hermanya/fetch-form
If you have a form, which updates something, you may use this script to populate form with current values.
https://github.com/hermanya/fetch-form
Last synced: 5 months ago
JSON representation
If you have a form, which updates something, you may use this script to populate form with current values.
- Host: GitHub
- URL: https://github.com/hermanya/fetch-form
- Owner: Hermanya
- Created: 2016-01-25T03:18:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T03:21:20.000Z (over 10 years ago)
- Last Synced: 2024-12-28T03:42:13.827Z (over 1 year ago)
- Language: HTML
- Homepage: http://hermanya.github.io/fetch-form/demo/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fetch-form
If you have a form, which updates something, you may use this script to populate form with current values.
Just add a `fetch` attribute, which means there is going to be a *GET* to `form.action`, and the response will be populated into the form in accordance to name fields.