Click to See Complete Forum and Search --> : Form Help - auto fill subsequent forms


RogerBryenton
03-12-2003, 03:19 AM
I am a new web site designer, for my site, trying to offer 3 free reports. I'd like visitors to sign in to the first form, name and email, then have subsequent identical forms auto filled, for other reports, then at the bottom, have the order form auto filled with their name and e-mail address. Is there JS that can do this, please? Thanks. I have most of the code for the first form, but don't know how to auto-transfer... THX

khalidali63
03-12-2003, 07:49 AM
There are multiple options available for u,
Best one is probably using serverside programming languages ,such as jsp/asp....etc,
Second you can put the values in the cookie and on reload read those info and pre-fill as many forms as you want,third will be passing the value to same page via url and then reading it back.

All depends on what exactly are you trying to achieve here?

Cheers

Khalid