thisismatt
Technical User
Guys
I'm trying to create a form to use on our intranet that, when opened, it checks the user's network logon. If it exists in the DB, the user is presented with their personal information to check (name, phone number, manager, etc...) and then to proceed if all correct or after making amendments. Once they click proceed, this page should close and fire up a new window (retaining their personal data for later use).
That much I can do, BUT, what I also need is that if the user's ID is NOT found within the DB, the same form needs to be presented, but with empty fields for the user to complete. All fields must be mandatory (no Javascript validation). Once complete, the user clicks proceed and data is saved to the DB, new window fires open (as above) and the 'user info' window closes.
Like I say, I can do part 1 fairly easily, but it's the second bit that's really foxing me.
HELP!! lol
Thanks in advance.
Matt
I'm trying to create a form to use on our intranet that, when opened, it checks the user's network logon. If it exists in the DB, the user is presented with their personal information to check (name, phone number, manager, etc...) and then to proceed if all correct or after making amendments. Once they click proceed, this page should close and fire up a new window (retaining their personal data for later use).
That much I can do, BUT, what I also need is that if the user's ID is NOT found within the DB, the same form needs to be presented, but with empty fields for the user to complete. All fields must be mandatory (no Javascript validation). Once complete, the user clicks proceed and data is saved to the DB, new window fires open (as above) and the 'user info' window closes.
Like I say, I can do part 1 fairly easily, but it's the second bit that's really foxing me.
HELP!! lol
Thanks in advance.
Matt