Records as textarea value

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 3, 2011   (RSS)

By ht1080z - February 2, 2011 - edited: February 2, 2011

Hi,

I search for way to use records in my form as textarea value but after every record i need <br/> to create some styling in the textarea. from html is cannot be done.
i need to show the records before the user submit the form.

Values are:
Model: <?php echo $used_itemsRecord['model'] ?>
Year: <?php echo $used_itemsRecord['year'] ?>
S/N: <?php echo $used_itemsRecord['sn'] ?>

Any suggestion on this?

Re: [Jason] Records as textarea value

By ht1080z - February 3, 2011

Thank you Jason!