Hello,
Change the line 5 in your code from:
PHP Code:
<form name='booking_form' method='POST' action='/html/booking_form.php' accept-charset='UTF-8'>
to
PHP Code:
<form name='booking_form' method='GET' action='/html/booking_form.php' accept-charset='UTF-8'>
Let us know if that helps.