macek/jquery-serialize-object

Fields with spaces in their names are skipped

Opened this issue · 1 comments

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

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

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