This should be easy. I want to allow users to register and fill in some custom field information. I do not want them to have the ability to edit that custom information, but I cannot find where to remove them from the Edit Profile screen, and have scoured the code to figure out where the HTML is rendered to no avail. I could wrap an "if" around the code to say that if it's one of the custom field names then don't echo it. Make sense?