Forums
This topic is locked
Passing request variable via form to DB
23 years ago Jeff H posted:
I am currently using the request variable based on the following tutorial for a dropdown menuwww.udzone.com/showDetail.asp?TypeId=2&NewsId=3218
The last page uses these variables along with a form. The form will then be sent to a DB using the insert record command. I can not seem to figure out how to pass the variables to the DB. The insert record wizard does not list the variables, just the form fields on the page.
Any assistance on this matter would be appreciated. Thanks
Replies
Replied 23 years ago
23 years ago Ian Etherington replied:
you will need to put the variables in hidden form fields, then the insert record command will pick them up!
Ian
"To start press any key", where's the any key?
Ian
"To start press any key", where's the any key?
Replied 23 years ago
23 years ago Jeff H replied:
Thanks. That worked.