Skip to content
Arun Thampi edited this page May 12, 2015 · 1 revision

For nested inputs to a form, use the mapInputs function.

In Coffeescript, this would look like this:

mapInputs: (inputs) ->
  member:
    email: inputs.email
    first_name: inputs.first_name
    last_name: inputs.last_name

For background, see this issue

Formsy in practice

Building

Nested Inputs

Strategies

Validate onBlur

Async validation

Clone this wiki locally