I want to have a registration form which once filled in by the user has more data that needs to be filled in by editors. Picture the old "For office use only" portion of any government paper form.

Specifically (cause I know it helps to have a concrete example) the form is a sports registration form for parents to fill in to register their kids to participate. Once they have filled in the form I would like to be able to add further information. Like what team(s) the child(ren) have been assigned to, whether their payment has been received, etc.. (The multiple children possibility also adds a wrinkle but I suppose I can just have 5 or 6 and let them fill in as many as they need.)

I'm interested in hearing what others think about soving this problem. I've tried CCK/webform but I can't get either to do what I want out of the box. Am I asking to much of the existing base? Do I need to write my own module and nodes?

Comments

bytemybits’s picture

As added fodder I did look at CCK and putting the "Office Use Only" in a group set. If there was a way to set access to the groupsets I think CCK could be made to work.