maxatwork / form2js

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

js2form nodecallback not used #16

Open boxxxie opened 13 years ago

boxxxie commented 13 years ago

i would really like this functionality as it came in very useful when extracting data from the forms i'm using.

i know that the work around is to transform my data into something that will fit into the form before submitting it to the js2form function, but i rather have the same shape of code for submitting data as extracting data. :)