move that from there, down to the bottom (outside the while loop).
Also, using the wile it will print every single item in the database. If you want a specific one, remove the while and add a AND to your query to select one of the surveys by its id (you will need another page which lists them all).