submitform
Submit form data from an object easily
Install
$ npm install --save submitform
Usage
const submitform = ;const options = action: 'http://example.com' id: 'Example' method: 'POST'; ;
API
submitform(data, options)
data
Required
Type: object
Data to be sent.
options
Required
Type: object
Attributes to be set on the form element.
License
MIT © Andreas Gillström