maxatwork / form2js

Javascript library for collecting form data
http://maxatwork.github.com/form2js/
MIT License
640 stars 137 forks source link

How to collect Date of birth as single value #1

Closed ashishsoni closed 13 years ago

ashishsoni commented 13 years ago

Hi ,

I have 3 select tag for Data of Birth property in form but i want to collect them as a single value not 3 different value

As of now "dd":"2", "mm":"1",
"yyyy":"1993",

instead dob:2/1/1993,

Ashish

maxatwork commented 13 years ago

You can implement custom nodeCallback function (4th argument of form2object()), which will handle such fields.

Check updated readme and examples.