An open API service indexing awesome lists of open source software.

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.

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.