I have a basic form, which has a few PHP elements for the default values. I want to send a variable to the formhandler page via the HTTP URL, but it's not one of the vars on the form. how do I do this? I mean i need something like:
www.blah.com/page.php?formvar1=value1&formvar2=value2&othervar=othervalue.
What do I do??