DaveM
Posts: 11
|
| Posted: 11/01/2007, 4:38 AM |
|
I need to create a 2 step form, after filling in the fields of the first part of the form, i need the user to submit the form and then automatically be shown a new form with the previously entered details along with the new fields.
I understand this will involve inserting a new record within the database hence creating an ID, i then need to obtain this ID to show the second part of the form.
Any help will be much appreciated.
Many Thanks
Dave
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 11/01/2007, 5:03 AM |
|
the example below should help,
http://examples.codecharge.com/ExamplePack/MultiStepReg...trationGrid.php
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|