Submit a HTML form with disabled fields
Tuesday, August 18th, 2009I have been trying to disable all the fields before submit, so no extra validation will be needed for the edit page.
It is not possible to submit a DISABLED field…
A possible solution is use READONLY attribute, but this is for textfield and textarea ONLY, but I want all the fields to be un-changeable.
After some research, I summerised the following techniques (hacks):






