hi,
i have a form, which gets the data from user. there is a textarea which allows a heavy text entry.
after completing form, i display a 'Preview' page, and then allow the user to submit.
i am passing the values from first page to Preview page via HIDDEN type fields. and then they are passed to submiting which stores the data to db.
its all fine, but i was wondering that the text data is actually written twice to the preview page, (displayed one) and in HIDDEN fields. is there any other better way to handle this?
thanks,
Daarius ...