Hi I have a form that users fill in . Acording to the level of access they have, I want to prevent some of my form being filled in.
If I have a text box I use this onfocus='blur()
with a bit of php to check the users privileges .But this does not work for a checkbox. Can anybody suggest how I can prevent a user from checking a checkbox but still have it visible for reference ?
Any help would be much appreciated
Thanks