Anyone know where I can find the script to create a form with a submit button that would concatenate the information entered in the form into the destination URL? For example. My destination URL is http://www.site.com/product If someone enters XYZ in the form and hits submit, the destination would/could be http://www.site.com/product?XYZ Thanks
Okay, I've figured that out I want the form to appear in an Outlook email signature, which I've also figured out. But from the received email, the submit button doesn't open a browser to the destination. Any idea why that might be?