Hi!
i have a form with a dropdown field that is the trigger for some field rules.
Once the form is sumbitted, The next user in the process can only see the information relevant to this selection. It all seems to work ok on this end.
However, the second user is able to change the dropdown, and therefore the information displayed.
i've set the field to read only and also the section its in, but it still is able to be changed.
In the end, i just hid it using CSS.
I read somewhere i may need to 'disable' it using Javascript.
Is this the case? i can't help feeling like this is like working around a fault.
Am i missing anything obvious? And are there any other types of fields that behave this way?
On this particular form, hiding it works fine, but for future reference, does anyone know the JS command?
Thanks for any help
Mark