If you didn't have a lot of fields you could use a
request.querystring to
populate the form fields on the page 2.
Or you could use the Form POST method and request the values
on page 2, like
this:
http://www.webcheatsheet.com/asp/process_form_data.php
"macandi2006" <candi@manufacturealabama.org> wrote in
message
news:eqvgao$od4$1@forums.macromedia.com...
>I want to take information that my users put in a form
and pass it to
>another
> page for them to review, to make changes if neccessary
or confirm. Then
> the
> information would be submitted to me.
>
> I have researched on the internet for this and have come
up with all
> different
> kinds of results. Can someone please advise on what it
is that I really
> need to
> do. I know that it can not be as hard as I am making it
out to be. I am
> very
> new to this, I just built my first site.
>