Newbie needs help with some scripts

wxdqz

New Member
I'm a javascript newbie. Okay, to be perfectly honest I'm a complete virgin. I need to write what I would consider a fairly complicated script so any advice, guidance, and direction will be greatly appreciated.

First of all, there's a series of 6 or 7 forms where a user enters information. After completing the first form, the data is submitted and the user is redirected to the next form in the sequence. What I would like to do is create some a script that if the user doesn't complete all 6 or 7 forms, when they return they are directed to the next form in the sequence. I guess the idea is to have some type of flag on each form that gets checked by the script and if the flag is on, the script redirects to the next form in the sequence. If the flag on form 2 is on, the user is redirected to form 3, and etc. All this would happen behind the scenes and appear somewhat transparent to the user.

Is this possible or am I completely off my rocker in thinking this can be done with javascript?

If it is possible, any ideas as to where I might be able to get some assistance?

Thanks in advance.
 
Back
Top