Hello,
Is there any simple way for loking/disabling all the objects (including input fields) in a form without using the access attribute? I need this because, at some situations, I need to prevent users from not alter the value of some fields. However, after some events, the same fields should be possible to change, but at this time I don´t know any moe what were the disabled fields... To keep track of this to all the fields is not the best performance solution, so I was thinking if there is another way to lock/unlock the fields: for instance at the form level, without changing the individual fields properties.
Thank you!