Having "another webform" implies you'll be submitting that form to somewhere... so your best bet would be to do your server-side parsing of the initial form data as usual, and then tailor the output of the second page accordingly.
To output a value into a textarea, simply put the contents between the opening and closing tags, like so:
Code:
<textarea>Value goes here</textarea>
You would output that using whatever server-side scripting you are using.
Hope this helps,
Dan
Coedit Limited - Delivering standards compliant, accessible web solutions
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.