there is probably an error occuring that is causing the reddirect to fail.
add the following code at line 1 to turn error reporting on:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
test the page again and report any errors that are displayed, also, attach a copy of the ReservationForm.php file to your reply.