18 Mar 2009, 2:11 AM
Totally Zenned
- Join Date:
- Feb 2007
- Location:
- Pennsylvania
- Posts:
- 858
- Plugin Contributions:
- 0
Inserting Stored Text into $zen_draw_text_field. Help Please
Hi All,
Below is a little piece of code from a tracking mod. I would like to store some text either in var somewhere or inline here and have it be the default text in the box.
Thanks in Advance,
John
<td valign="top" class="main noprint">
<?php echo zen_draw_textarea_field('comments', 'soft', '60', '5'); ?>
</td>