Hi all,
Quick question, probably very easy but I don't know...
I have a very simple forum:
Code:
<FORM action=http://WEBLINK method=get>
Field1 <INPUT name=field1>
<BR><INPUT type=submit value=Search> </FORM>
I want to pass this through the forum as field1 and field2 without the user having to enter it twice. I'm guessing it is just some javascript? Would the submit button need to read the value, copy it to a hidden field2 variable and then submit the form? BTW, I cannot duplicate the value on the page I am submitting to.
Thanks in advance!