PDA

View Full Version : [Solved] Checkbox field not sending data if checked off



jamesaspinwall
9 Aug 2007, 2:19 PM
I have been playing with a copy of the forms-submit demo example. The one featured at http://extjs.com/learn/Tutorial:Loading_Data_Into_and_Submitting_a_Form
I am using FF 2.0.0.6.
The problem is that if I check off the field Active, the parameter Active is not sent at all. Is it supposed to send a parameter with the value false or off or something?
I verified it with the HTTP post data and my server parameters. When I turn it on and modify other field, the Active field is sent "on".

James

dantheman
9 Aug 2007, 2:47 PM
Only "checked" values are sent.
This is standard html form behavior.

--dan