The problem here was the name of your second select list, it was named referrer. This is also an internal value for the webpage that will hold the referring page address. Because of this that name should not be used.
The fix is to use a different name for the form element. If it is updated in all locations that it appears the problem should go away.