Hi there,
I have a checkbox which decides if a section of a form is active or disabled. This is done using a client side script using an onChange event on the checkbox.
However, if I later go in and update the record, the checkbox retains its value - ie whether it is checked or not, however, the section of the form that is supposed to be disabled does not remain in that state.
Does anyone know how I can work round this?
SonD
I have a checkbox which decides if a section of a form is active or disabled. This is done using a client side script using an onChange event on the checkbox.
However, if I later go in and update the record, the checkbox retains its value - ie whether it is checked or not, however, the section of the form that is supposed to be disabled does not remain in that state.
Does anyone know how I can work round this?
SonD