Hi all,
Can anyone give some guidance on how to set certain or all fields on a web form to read-only based on the value of a field (status).
So for example, when the status field contains the value 'closed' all fields should be set to read-only. When the status = 'open' all fields should be set to editable. When the status = 'awaiting input' some fields should be set to read-only.
I expect this can be done with custom Javascript code but do not know how.