PDA

View Full Version : Sending and retrieving a field value to other pages using the form


Vinicios Nussemeyer
01-19-2011, 06:49 PM
I am developing a system of registration of products in 5 steps (5 pages).
1.) Choose a product category
2.) Product Description
3.) Price
4.) Personal data
5.) Confirmation
In step 1, add1.php, I have a list parent and child functioning well, selecting the categories.
My problem starts when I run the form. The action of this form is add2.php.
In add2.php I would restore the value and name of the item selected in the CHILD from the previous page and automatically fill in a field. And on the page add3.php carry the items on page 2 and so on until the last step of confirming and recording the mysql database. Should I get a RecordSet in subsequent pages by filtering the data or have to do it via variable section ... What better way to do this?
Could anyone help me?
Thanks.
Vinicios Nussemeyer

Jason Byrnes
01-20-2011, 07:52 AM
see the following thread for details on creating a multi page form:
http://www.webassist.com/forums/showthread.php?t=8911

Vinicios Nussemeyer
01-20-2011, 09:27 AM
Thanks Jason.
Exactly what I needed.
Thank you.

Jason Byrnes
01-20-2011, 09:38 AM
you're welcome