In my template for a node form I have different form elements show up with such:
<?php
print drupal_render($form['title']);
?>
Which works.
however when I try:
<?php
print drupal_render($form['body']);
?>
for body, it doesn't seem to work.
Any ideas?
Read »








