Forum Moderators: coopster

Message Too Old, No Replies

Comparing forms from visit to visit

How can this be done?

         

Goober

11:36 am on Nov 22, 2004 (gmt 0)

10+ Year Member



I'm a complete stone head when it comes to this stuff, but I'm willing to learn and read as much as possible.

A visitor to my site calls up a form and enters information which would be stored.

When the same visitor comes back again, the call the form and input data into another set of fields. That way they can track progress.

How?

Thanks,

Goober

coopster

4:18 pm on Nov 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You could store the users information in one table, and the "transactional" information in another table with a timestamp or something similar to keep track of progress.

Goober

8:58 pm on Nov 22, 2004 (gmt 0)

10+ Year Member



Thanks coopster.

So, it's just a regular database setup?

Thanks,

Goober