I have a form that currently consists of 1 text field (name) and two pull down boxes (date and category)
The form is being used to search a database using only one of the form items.
When I submit the form using the GET method the &name= gets appended to the URL whether it has been completed or not. Is there anyway I can suppress it being sent if it's blank???