-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The disabled form fields are not sent to the server #2
Comments
Good point. I'll fix that. I wonder if any properties of wrapping elements would also prevent the fields being sent? I know a |
Based on my knowledge, there is no CSS property able to interfer with the submitted data. Only attributes on fields (such as |
Cool, thanks. I'll work on that during the week. |
Okay, my tax return did not take as long as I had thought, so I've (hopefully) fixed this now, and updated the demo so you can try it out by disabling form items. I'm not sure what people use to formally regression test jQuery plugins, and I have not got anything formal in place, so hopefully a little clicking will be enough for now. I accidentally put the wrong ticket number in. Release tag 1.1.0 should fix ticket #2 and not ticket #1. Please close the ticket if you are happy with the fix, or let me know if you find any problems or need the demo expanded to cover more test instances. |
That's great for me. You should merge these changes to master, too. |
You can amend a commit with the |
These changes should all be in master - that's the only branch I'm working on at the moment. I'll not amend the git commit message, as that looks like a world of pain - what's done is done. I'll add a history to the README though. |
In addition, form items without names are also not sent to the server. I have excluded those too. |
Hello.
Your plugin does not take into account the fact that the disabled form fields are not sent to the server.
You should not count them :) .
The text was updated successfully, but these errors were encountered: