Hi all, forgive me if this is the wrong place to post this kind of question. I've looked as far as I can for a solution, but can't find one that fits.

My issue is that I need an admin user to be able to fill out a form (hopefully CCK if possible) with things like name, address, company details. Once that form has been submitted, the admin needs the option to submit the same form again (via a button that says something like 'add colleague'), but with the ability to change a couple of details - this way they don't have to fill out all of the form again, just the things they need to change.

I've looked at the submitagain module, but that just gives you a new blank form. I need it populated with the previous $_POST variables.

Is there a module that I've missed that can do this, or do I have to get my hands dirty? :-)

Any advice appreciated!