Hi, is there any way to show the values (but like disabled="disabled")... Only when editing.. ?? For example, i have
- Car_Model (combobox)
- Car_Color (combobox)
- Observations (free text)
Following the given example, when I add, i have to complete all the data, but when I edit, I just want to edit OBSERVATIONS and show the MODEL and the COLOR using the combobox but disabled.. (like disabled='disabled' tag)....
Is that possible?
Thx!