Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    help question 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

    HTML Code:
     <td valign="top" class="main noprint">
    <?php echo zen_draw_textarea_field('comments', 'soft', '60', '5'); ?>
    </td>

  2. #2
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Inserting Stored Text into $zen_draw_text_field. Help Please

    Hi All,
    Apologize for the false alarm. Found this using developers tools
    HTML Code:
    Line #447 :   function zen_draw_textarea_field($name, $width, $height, $text = '', $parameters = '', $reinsert_value = true) {
    turns out this works very nicely.
    HTML Code:
    <td valign="top" class="main noprint"><?php echo zen_draw_textarea_field('comments', 'soft', '60', '5', $defaultText); ?></td>
    Thanks,
    John
    Last edited by bumba000; 18 Mar 2009 at 03:33 AM.

 

 

Similar Threads

  1. v139a Suddenly Customer Comments Not Stored (REALLY URGENT PLEASE HELP)
    By creamcrackers in forum General Questions
    Replies: 0
    Last Post: 26 Jan 2012, 10:29 PM
  2. Inserting An HTML Image - Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jul 2009, 10:12 AM
  3. Help With Inserting Small Credit Card Logo in Footer Pretty Please
    By ItzThePitz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Apr 2008, 01:56 PM
  4. Inserting text into Categories/products
    By andikress in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Feb 2008, 09:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg