Hi,
I'm at a creative loss...
I'm trying to take my one-page form, which works beautifully, and turn it into a two-part form. The way it would work is at the end, before submitting, the user would have the option to check a box to provide additional information - this would then take the user to another form.
The only problem is the form processor integrated submitted data into a dBase database, and I can't submit each form independently.
So do i:
1) Pass all of the variables along to form2.asp using a huge "post=form2.asp?firstname=John?lastname=Doe?address=..." hyperlink?
2) I don't want to use cookies -- is there a way to have the checkbox "reveal" a part of the form? I can do that in DHTML, but want to keep this for the lowest comment denominator possible.
Thanks for any suggestions,
--RHYNO
I'm at a creative loss...
I'm trying to take my one-page form, which works beautifully, and turn it into a two-part form. The way it would work is at the end, before submitting, the user would have the option to check a box to provide additional information - this would then take the user to another form.
The only problem is the form processor integrated submitted data into a dBase database, and I can't submit each form independently.
So do i:
1) Pass all of the variables along to form2.asp using a huge "post=form2.asp?firstname=John?lastname=Doe?address=..." hyperlink?
2) I don't want to use cookies -- is there a way to have the checkbox "reveal" a part of the form? I can do that in DHTML, but want to keep this for the lowest comment denominator possible.
Thanks for any suggestions,
--RHYNO