I have an unique situation. I have used MachForm to create a user registration page. I read in a previous post that there's no way to add a password field to the form, but it wasn't a big deal to me as my users are given a password. I used the table created by the form to make a login to another form that has page restrictions based on the username and password from the user registration form info. The user registration form had additional fields for name, address, phone number, and e-mail that I need passed on to the main form.
An easy solution would be to make the main form password-protected and give the users that need access to it the password. However, each user has unique info that needs to go with the form. I need to save the user time by not having to enter that information into the form every time. My thought was creating a session that pulled the necessary information from the user reg table, but I don't know how it would be able to pass this on to my second form. This kind of stuff is foreign to me, but I would understand it if given some direction. I was hoping someone had run into something similar, or if there are some resources out there that I'm not finding through Google.