Sorry, that was a typo. It sholud read 'print(drupal_render($form));'
I also tried: drupal_render($form);
Either way, there is nothing. Yet i know that the $form contains things because it outputs it when doing: print "<pre>"; array_values($form); print"</pre>";
So, anyway, am I doing something really stupid?
thanks mat
On Tuesday 09 October 2007 16:22, DragonWize wrote:
u have print_r() around your drupal render? print_r is to pretty print things like objects and arrays.
Alan
Matt Funk wrote:
Hi,