<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Custom form to create multiple related CCK nodes</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I need a form which will allow users to create several related CCK nodes at<BR>
the same time. Node (a) will include a filefield. Node (b) will need to<BR>
refer to node (a) using a nodereference field.<BR>
<BR>
I would like to use as much of CCK's built-in validation, submission, input<BR>
widget, and security functionality as possible/practical.<BR>
<BR>
It seems that I should either create a custom form from scratch, or<BR>
concatenate and manipulate the 'normal' node creation forms for the relevant<BR>
content types. What is the best way to accomplish this in Drupal 6?<BR>
<BR>
Several CCK gurus have warned against using drupal_execute for this purpose,<BR>
so I'd like to stay away from that.<BR>
<BR>
Thank you very much for your help!<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>