Kevman
05-08-2007, 03:11 PM
I know I keep asking dumb questions and I am sorry about that but I have another question and I think I am just over looking something.
So here is the situation;
I have two forms. the initial sin up, which when I receive it, I verify the info. Then I assign a username and password to the user and email him/her with the new info. This gets them to the main sign up. From here I get personal info and such. Then they a permanent password which allows them to view protected pages in SOHO. This second form is password protected so if I send the user to the form in soho they get the login screen.
So my first question is.... How can I pass their userID into my second sign up form? There are two things I don't know. 1. I think I would have to tweak the soho login form and I don't know where that is stored. and 2. I don't know if I can have the userid sent to 2 differant places with one submit. In other words I don't want to chage the way the current soho login works just add to so that the username doesn't have to be typed in twice.
My goal is.. When the second signup form opens I want the info I already have to be on the form. I know how to do this if I have the userid. Currently I the only solution I can come up with is to open a page and ask for the uerid again and them send them on to the signup form. So I am wanting to get rid of the extra step.
Kevin
So here is the situation;
I have two forms. the initial sin up, which when I receive it, I verify the info. Then I assign a username and password to the user and email him/her with the new info. This gets them to the main sign up. From here I get personal info and such. Then they a permanent password which allows them to view protected pages in SOHO. This second form is password protected so if I send the user to the form in soho they get the login screen.
So my first question is.... How can I pass their userID into my second sign up form? There are two things I don't know. 1. I think I would have to tweak the soho login form and I don't know where that is stored. and 2. I don't know if I can have the userid sent to 2 differant places with one submit. In other words I don't want to chage the way the current soho login works just add to so that the username doesn't have to be typed in twice.
My goal is.. When the second signup form opens I want the info I already have to be on the form. I know how to do this if I have the userid. Currently I the only solution I can come up with is to open a page and ask for the uerid again and them send them on to the signup form. So I am wanting to get rid of the extra step.
Kevin