Oh, right. I was so carried away looking into drupal_render_form etc. on the API site that I forgot about that--I saw args() used over there and I tried that and it failed. :)
Thanks!
But actually custommod/3 doesn't seem to render my form. If the callback is a custom form, it works, but if it's drupal_get_form, it just shows the title and that's it.
On Wed, Jul 30, 2008 at 8:07 PM, Metzler, David metzlerd@evergreen.edu wrote:
I usually just get it using a call to arg(1) in the from rendering function.
Make sense?