|
bobby -> RE: Prepopulating a form (10/29/2009 15:35:27)
|
TWD, what a great primer / example of how to do exactly what they asked. Nice tidbit! The other part of the equation here is how they select a company from a list... the easiest way is to make each search result a link containing the company name as a variable passed to the next page... something like: <a href="page.asp?coname=COMPANY" >COMPANY</a> Then you can populate the form field with the variable "coname" on page.asp It is not hidden, but then again your visitor is selecting the company name from a list so who cares if they can see it in the URL? Just another way to pass the data once selected... [;)]
|
|
|
|