form2js icon indicating copy to clipboard operation
form2js copied to clipboard

Javascript library for collecting form data

Results 53 form2js issues
Sort by recently updated
recently updated
newest added

The first option is never selectable - it always results in null. Example here: http://jsfiddle.net/mikeymckay/FKQWV/2/

ugh. this is a few fixes rolled into one. sorry for that, but github pullrequests can be a bit of a pain. i can't figure out how to get just...

This does not work for me (using current master): ``` person.ruby[field2][foo] ``` Note that I use "f" instead of "foo". I get "Uncaught TypeError: Object # has no method 'push'"

If you run /example/form2js.example.html, you will notice than the first simple input: FirstName, LastName and Gender are not present in the generated Json. But all the rest of the complex...

Hi Max, I've got a structure that looks like the html below. The issue is that the form isn't getting populated correctly. The phone field shows up fine, but none...

I added this for form2js just above the skipEmpty line... basically, I want any empty value to be treated as null instead of empty string. This also works great with...

in the case of false (unchecked) it doesn't need to return anything as if(variable) will have the same behavior with null as with false. the 'false' case works. the 'true'...

I'd love to be able to use a jquery selector as a rootNode.

below is taken from the example html code in the dev branch, and my own. i don't see a difference in my JSON or the example JSON... mine is valid...

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...