Keep data entered into a form’s texarea fields from disappearing when form is re-sent?

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

Re: [gkornbluth] Keep data entered into a form’s texarea fields from disappearing when form is re-sent?

By Jason - July 2, 2012

Hi Jerry,

To put information into a textarea, you output it between the <textarea> tags.

For example:

<textarea name="describe_your_artistic_discipline" COLS=50 ROWS=6 ><?php echo htmlspecialchars(@$_REQUEST['describe_your_artistic_discipline']); ?></textarea>

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Keep data entered into a form’s texarea fields from disappearing when form is re-sent?

By gkornbluth - July 2, 2012

Thanks again Jason,

I have a feeling I should have known that.

Works as planned.

Jerry
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php