Hi,

Is there someone on the list with detailed knowledge of how browsers
handle input fields. Or somebody that knows in detail what the jquery-
ui plugin actually does to a div.

According to firebug not much is altered, and the fields should be
included in the form as far as I can tell. But they aren't :/

Thanks,

-dennis

On Apr 26, 2:13 pm, dth <dennis.thry...@gmail.com> wrote:
> 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.

Reply via email to