In Drupal 7 you avoid rendering; you do *not* render a form after calling drupal_get_form(). You return the render array that it creates.<br><br>Please take a look at the form_example in Examples for more help.<br><br>You may also be interested in the render_example.<br>
<br>-Randy<br><br><div class="gmail_quote">On Sun, Apr 24, 2011 at 10:40 PM, Iain Wiseman <span dir="ltr">&lt;<a href="mailto:iwiseman@bibble.co.nz">iwiseman@bibble.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
In drupal 6 used to have<br>
    $output = &#39;&#39;;<br>
    $output .=  drupal_get_form(&#39;my_form&#39;, $arg1);<br>
<br>
Not I find I need<br>
<br>
    $output .=  drupal_render((drupal_get_form(&#39;my_form&#39;, $arg1));<br>
<br>
However it not longer passed arg1 to the form.<br>
<br>
Any ideas<br>
<br>
Regards,<br><font color="#888888">
Iain<br>
<br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Randy Fay<br>Drupal Module and Site Development<br><a href="mailto:randy@randyfay.com">randy@randyfay.com</a><br>+1  970.462.7450<br><br>