Posted by Magdy
2015-09-05

Hello,
In form2db script, i created a form with several textarea fields.
The problem is in the admin page (staff) which need to print the form but the content is not displayed as there is a scroll bar.
Could you please help me to show it in the print or even in the admin page?

Thanks
Posted by Tom
2015-09-07

>The problem is in the admin page (staff) which need to print the form but the content is not displayed as there is a scroll bar.

I think the easiest way is to write javascript that grabs the text inside the textarea and displays it in the page. You may also want to hide the textarea at the same time.