Aug 7th, 2011, 7:36 AM
Hi Billie,
Haha, no kidding - kind of important...
But no, there's nothing special that needs to be done with textareas - except that with textareas, the default content appears WITHIN the tag, not within a value attribute. e.g.
Something like that doesn't work for you?
- Ben
Haha, no kidding - kind of important...
But no, there's nothing special that needs to be done with textareas - except that with textareas, the default content appears WITHIN the tag, not within a value attribute. e.g.
Code:
<textarea name="thefield"><?php echo $fields["thefield"]; ?></textarea>
Something like that doesn't work for you?
- Ben