Re: Form and Hidden values

2001-10-24 Thread Hab Adkins
I have a live copy found at http://olorin.acu.edu/cgi-bin/form.pl h Etienne Marcotte wrote: > > You have a live version of this, to see if it's the hidden params that are > filled.. that's what I think. > > unless ($active) { > print hidden("name") if $name; > print hidden("address") if $

Re: Form and Hidden values

2001-10-24 Thread Etienne Marcotte
You have a live version of this, to see if it's the hidden params that are filled.. that's what I think. unless ($active) { print hidden("name") if $name; print hidden("address") if $address; print hidden("city") if $city; print hidden("state") if $state; print hidden("zip") if $zip;

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