Hi list, 
<div><br></div><div> Can I mix system form with a custom form in ctools form wizard, I wish to create a wizard containing 1 node add form and 2 custom forms. I have briefly looked at advanced help of form wizard and I think there would be problem in dealing with _submit of node add form in module space. Has anyone encountered this before? I am trying to create multistep form with 1 node add form and 2 custom forms and ctools looks like the cleanest way but not sure how would I get around the _submit handler problem for node add form. </div>
<div><br></div><div>From ctools help:</div><div><br></div><div>&quot; <span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(73, 73, 73); line-height: 20px; ">The primary difference between these forms and a normal Drupal form is that the submit handler should not save any data. Instead, it should make any changes to a cached object (usually placed on the $form_state) and only the _finish or _return handler should actually save any real data. &quot;</span></div>
<div><span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(73, 73, 73); line-height: 20px; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial; line-height: normal; font-size: small; "><br>
</span></span></div><div><span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(73, 73, 73); line-height: 20px; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial; line-height: normal; font-size: small; ">Any pointers appreciated.</span></span></div>
<div><br></div><div>Thanks</div><div>Dipen </div>