i'm still a bit confused.
HYPOTHETICALLY...
you have an HTML form that captures information for fields for let's say
Name
Address
Package
Ship_Date
you want to allow the user to input the information for this package.
however, if they have more than one package you want to give them the option to automatically save the content for
Name
Address
Ship_Date
to another sample of the form so they can add a new
Package
with the same information.
Correct??
if so,
i would add a check box to the form called "Add Another Shipment"
then pass the content of the check box to the script and use an if/else statment to represent the form with the content you desire.
make sense??
if you need help writing the script let me know. but it shouldn't be that hard.
chris