|
Hey Jeff, > Burry the answers from Part 1 in Part 2 as Hidden Fields ?? Depending on how you're going to code it, this isn't going to work anyway. You'd need to submit the first form before you pop-up the second form to even have the answers at hand. If you want to pop the second form up while the person is still on the page with the first form, you won't have their input data available yet. > Or link the two formats with a RECID from a session/work file while > displaying Part 2 ?? Session variables may be the way to go. I haven't done any kind of extensive CGI use (most of my interactive stuff has been using Active Server Pages), but I'd have a boolean ship-to variable, then all the address info stored either client- (cookies) or server-side (some kind of temp file that you'd then submit in total at the end of the session) when you submit the ship-to form. Hope this helps, - Erik
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.