hi all,

I am a bit newbies with php... havent really done much with it over the last 5 years.. and now i have gotten back at it...

but i have reached a point were i am stuck.. I have a forum that valids it self and emails me the form contents..

but what i want to do now is to have it forward some of the data it has captured to another form for further processing...

For example.. i want to forward the email field, first name and last name (but as one field labelled name) and also the sex field..

is this possible ??

I have attached a file with all the relevant code from my form page.

    If the question is about how to carry data from one form on to the next in a sequence of forms, this can be done via the creation of hidden fields and/or read-only fields in the 2nd form; or it could be done via PHP sessions, saving the first form's values in the $_SESSION array.

      Write a Reply...