> Are hidden form fields not included? Any ideas on how to circumvent
> this?

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.

Mike

[1] http://www.w3.org/TR/html4/interact/forms.html#successful-controls

Reply via email to