macek / jquery-serialize-object

Converts HTML form into JavaScript object
Other
1.11k stars 354 forks source link

Fields with spaces in their names are skipped #93

Closed ghost closed 8 years ago

ghost commented 8 years ago

Fields with spaces in their names are skipped. For example:

<input name="First Name">
<input name="contacts[details][First Name]">
macek commented 8 years ago

That is correct. You can modify FormSerializer.patterns to meet your needs. Please read the README.