Posted by drm on February 4, 2009 at 4:45am
I have a situation where a user will click on a button and then needs to fill out a form that includes some default information indicated by which button was chosen. I could use the form API, but I was wondering if it is possible to feed arguments to a node/add CCK form via arguments somehow.

Comments
Prepopulate
http://drupal.org/project/prepopulate should do what you need.
thanks
Dylan - thanks. It looks perfect. I'll try it out tomorrow.