View Single Post
  #3  
Old 07-03-2008, 12:35 AM
navaldesign's Avatar
navaldesign navaldesign is offline
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: Creating a 2 part form

Have a look at Multipage Form Tutorial which can do exactly what you want. To view the info of the first page, in the second one, you need to repeat the same fields, and put, as initial value of each one of them, the following:

<? echo $_POST['fieldname'];?>

replace, FOR EACH FIELD, the word "fieldname" with the actual name of the field in the first page.

You cannot use the form wizard for a multipage form, you need to use a separate processing script.

ALL the pages, exept the first one, which can be html, ALL the others MUST be php
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote