I have a content type with several fields, one of which is a text area that is set to be editable. The standard print $field_name just prints it in an uneditable format. Any help would be greatly appreciated.

Comments

eiland’s picture

I have a textfield called "found" and it displays like this

print $field_found_rendered;
fehin’s picture

How do one do this in D7?

Edit: This worked for me in D7 <?php print render($content['field_note']); ?>

mengi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Per https://drupal.org/node/2148735, 6.x is longer maintained so issue is closed. If you wish to be a maintainer of the 6.x branch please create a new issue.