Re: Form and Hidden values

2001-10-24 Thread Hab Adkins
rsons[2]="Parent/Guardian"; > $persons[3]="Relative"; > $persons[4]="Other"; > > to: > my @persons = ("Select", "Prospective Student", "Parent/Guardian", > "Relative", "Other"); > > Etienne >

Multi-page form and Hidden values

2001-10-24 Thread Hab Adkins
Oops. I forgot to attach the script. It is included here. I am having a problem with a form I'm trying to use. It has a page where data is entered, a confirmation page, and from there the ability to go back and change or submit. The problem is that if a user goes back to the first page and th

Re: Form and Hidden values

2001-10-24 Thread Hab Adkins
I am having a problem with a form I'm trying to use. It has a page where data is entered, a confirmation page, and from there the ability to go back and change or submit. The problem is that if a user goes back to the first page and then back to the confirmation page there are multiple values li