As far as I can tell they should all be just fine. If I disable the jquery-ui-dialog and just display the fields (in tabs) in the page, they work just fine.
So it must be caused by the dialog plugin somehow. I have text inoput fields and checkboxes. They all have names. None are disabled (unless the dialog plugin is doing that). Hmm. How odd. The source is here: http://pastebin.com/m6243ec55 The dialog is identified as #horseOptionsDialog. -dennis On 26 Apr., 14:07, Mike Alsup <mal...@gmail.com> wrote: > No, hidden form fields are not excluded. What does your markup look > like? There are several reasons that inputs would not be submitted: > > - the input does not have a name attribute > - the input is disabled > - the input is a checkbox or radio and is not checked > > Only successful[1] form elements are submitted.