hello,
Im a complete newbie to PHP so sorry if I sound dumb!
I have a drop down - http://www.media-comms.co.uk/course/openday.php - once a drop down value is selected, it goes to a form - http://www.media-comms.co.uk/course/prospectus1.php?type=1&submit=Go%21 - when a user fills out the form, I want the submitted form to include the value selected from the drop down.
Any ideas?
You can use a type="hidden" input field with its value set to that of the $_GET element from the first form.
thanks mate! perfect!