I’ve got the same problem. I found your post that helped me to solve my problem. The only difference, is I use POST method and so, the $_POST variable to retrieve successfully input data.
So I think it could work for you, if you replace ‘method=”POST”‘ by ‘method=”GET”‘ in your form definition.