I have a D5 site setup that allows users to register as a "student", "vendor" or "parent" and I was wondering if there was anyway to create "read only" fields for their profiles.
More specifically, if someone registers as a "vendor" they will need to fill out their profile and if everything is filled out properly, they will display in a custom view of valid vendors. The way I was going to do this was to have a drop down status field (under review, rejected, accepted) as part of the vendors profile. However, the vendor could only read this field not change it. Only a member with the proper role would be able to edit this field.
Any ideas on how I could accomplish this or something similar?
Thanks!