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

I have following JSON format which comes dynamically: { "JSON": [ { "key": "a", "val": "aaa", "sub": [ { "key": "b", "val": "bbb" } ] } ] } And I...

Unable to parse this name: tables[1][features][0][title] Please help this is a great plugin.

Hi how to capture the value id and text example \- Select - ram johan Dan expected jsno format { "person": { "users": { "id": "1", "name": "ram" } }...

I know this is not an issue but I didn't know how to send you a message. I noticed that this library solves exactly the same problem I solved on...

Is there any way for me to force the exclusion of a node in my nodeCallback? I have an attribute I'm setting on inputs when they change, and I can...

It won't get the values of input fields inside the innerhtml. i wonder if you can make it possible.. but it's already jQuery but just curious

Hi there. I've been doing some debugging, and I'm guessing that disabled fields are not serialized? If that's the case, is there a way to turn that on? Like is...

When a group of radios uses "true" or "false" for their values, form2js converts these to boolean true and false. However, if you add a 3rd radio to the group...

which is the default browser value if a checkbox doesn't have a value set.