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

https://github.com/lennartkloock/json-html-forms

Small script to transmit HTML forms as json
https://github.com/lennartkloock/json-html-forms

html-form json transmit-html-forms

Last synced: about 2 months ago
JSON representation

Small script to transmit HTML forms as json

Awesome Lists containing this project

README

          

# json-html-forms
This is a small js script to transmit HTML forms as json. It prevents the HTML form to be send and instead sends it as a json object.
It needs to be added at **the end of the DOM** to detect all forms.

## Example
```html


Json HTML Forms – Example

This form will be submitted to /submit



Name:





How old are you?





Telephone Number:





Do you like Pizza?




```