Ticket #8840 (closed bug: invalid)
Form Serialize
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | ajax | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have a form
<form id="formpost" onsubmit="return false;" name="formpost"> <input id="id" type="hidden" value="0" name="id"> <input id="page" type="hidden" value="servicecompany" name="page"> Service name:<input type="text" value="" name="name"> <br> Contract:<input type="text" value="" name="GDContract"> <br> <input type="button" onclick="saveForm();" value="Save"> </form>
if FireFox 4.0
$('this').serialize()
result is id=0&page=servicecompany&name=6&GDContract=6&id=0&page=servicecompany&name=&GDContract=
Change History
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Can you provide a test case in jsFiddle please?