I've setup a form for submission and one of the fields is called authorization. Then I made it required and it must match the text I provided (the "secret" code). I just realized, fortunately prior to going live, that the form results is DISPLAYING that code! I've looked and can't find a place to hide the input for a single field. I can't believe there isn't a simple solution to this. I hope someone can point me in the right direction.

Thanks
Sheila

Comments

maedi’s picture

CCK Permissions will accomplish this. It's included with CCK:
http://drupal.org/project/cck

SheilaHoff’s picture

DUH! Thanks! I've already been using permissions in CCK. However, I was expecting this to be a function of creating the content fields and spaced out looking in permissions. Thanks so much.