Will session variables pass the contents of one form to another based on user input
form1
customer_id = 4452
fname = robert
lname = smith
form2
upon entering the customer_id 4452 I'd like the fname and lname fields to be populated.
Can a session variable accomplish this? If so, can you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.