Skip to content

Map form field values onto object properties, via matching form field and schema property names

License

Notifications You must be signed in to change notification settings

clocklimited/cf-map-form-to-object

Repository files navigation

@clocklimited/cf-map-form-to-object

Map form field values onto object properties, via matching form field and schema property names

CircleCI

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

About

Map form field values onto object properties, via matching form field and schema property names

Resources

License

Stars

Watchers

Forks

Packages

No packages published