Link to home
Start Free TrialLog in
Avatar of kvandyke
kvandyke

asked on

tracking user name in multiple page email form

I'm designing a demo site that will eventually allow users to create basic web sites almost entirely online (once the client can afford to hire a programmer to accomplish this capably); in the meantime I've been futzing with email-processed forms for the demo. For various reasons, this is what works best right now.

I should qualify this question here: I'm not at all up to snuff on forms processing, but I'm really trying to learn by reading up on all the great online resources, which make my head swim.

Okay: Since a one-page form would be about three yards long, I'm breaking it up into three pages (but I'm still working on condensing it). So there will be two forms for submitting info into various fields and making various selections, followed by a purchase form. The first form is complete: It's at http://www.lalaweb.com/~kimvandyke/outasite/Templates/carpentry01/submission.htm. Submitting this form takes the reader to the second submission form (etc). I did figure out (w/the help of Responsomatic), in a sort of clunky way, how to lead the user from one form to the next. However, on the second form (http://www.lalaweb.com/~kimvandyke/outasite/Templates/carpentry01/submission2.htm) --which is still in the works-- I don't want the user to have to reenter his or her name or e-mail address. This must be incredibly simple, but how do I automatically carry over the user's name or e-mail address to the second and third form pages? This is essential, since the form results will be processed in three separate e-mail responses.

I'd appreciate your suggestions!

PS: I just know you're all going to say "cookies." I'm using a little cookie on the first form (pops up, asks for user name, then displays it on the form page); however, this is as advanced as I've ever gotten with cookies, and it doesn't address the above problem.

------------------------
Kim Van Dyke
PO Box 162
(214 Bressett Road)
Williamstown, MA 01267

413-458-1924 (phone)
413-458-1921 (phone/fax)

http://home.adelphia.net/~kvandyke
kvandyke@adelphia.net
----------------------------------
ASKER CERTIFIED SOLUTION
Avatar of slydon
slydon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kvandyke
kvandyke

ASKER

That's great, but it doesn't take into consideration my basic ignorance of the subject. I don't even know what ASP *is.* Can I just put the lines you suggest into my .html form code?