I have an html file containing a form. This html file will also be receiving a parameter.
How can I send this parameter along with the form data to a cgi script (php). The “Submit” will send along the form data but I also need the parameter sent.If the answer is to use a “Hidden” field on the form, how would I set its value to the parameter?