Hi,
I want to lock all the fields in the form based on the value user selects in an option type field.
Eg:
If the user selects Contact type = A, the user should be able to edit the fields but of Contact type = B, the form should lock all the fields and make it read only.
I could have done it using business rules but there are more than 100 fields so it will take time. IS there a way to do with JS ? If anyone could help ?