I have a field in my regester page called "groupid". I created this so I can restrict access to users via their "groupid". I want to disable this on the register page. This poses a security threat in case someone picks a groupid, they would have access to pages they shouldn't have. I tried making it read only, however if I do that I won't be able to modify the "groupid" in my login table. Please help.