I have an index page and that page has a hyperlink to another page. If a user click on that link is there any way to pass a variable I set on that first page to the linked page. The point of this is that I have forms that can be entered on the internet by customers and forms entered by employees online. If a "customer" submits a form online I want to set a flag so that the system knows the form was submitted via the internet by a "customer".
I have been able to pass a variable in the hyperlink, but that was only one variable:
href="company_registration.cfm?selection=V3"
Can I add another variable to the href. That would be a easy and quick solution. Are there security issues with this kind of variable passing.
Or is there a way in the form to say that if the form came from the index page set a variable flag.