@clocklimited/cf-map-form-to-object
v2.0.0
Published
Map form field values onto object properties, via matching form field and schema property names
Downloads
29
Keywords
Readme
@clocklimited/cf-map-form-to-object
Map form field values onto object properties, via matching form field and schema property names
Installation
npm install --save @clocklimited/cf-map-form-to-object
npm install --save @clocklimited/schemata
Usage
const mapFormToObject = require('cf-map-form-to-object')
const schema = require('./article-schema')()
var formData = mapFormToObject($('form'), schema)
// formData will be an object with any values for schema properties
// that could be extracted from the form by [name] attributes.
Credits
Built by developers at Clock.
Licence
Licensed under the New BSD License