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 $
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;
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
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