I know how to send a colleciton of form elements to a new asp page using response.write. What I would like to do is send a collection of form data (checks, radios and text fields) to a textarea on the same asp page. To help you visualize, think of a form with a bunch of txt fields & radios etc. Below the submit button is an empty textarea that will display the collection of form field responses when the button is clicked. I'd also like the form elements to keep their values after the submit has been clicked should the user wish to change any of their responses. That's it, no db, no magic; just need to populate a textarea with my form responses. Can someone help?