Help putting form on blank page

Hello,

I have been helping a friend of mine develop a mobile version of their site http://www.trianglerentacar.com, which they worked with a consulting firm who isnt being too helpful.

I’m looking to make a webpage with nothing else on it, but the form you can see on this page, https://trianglerentacar.com/reservations/?page=reservations

The consulting company did supply me with the files, however everytime I try to make an update or even duplicate a page I get the following error https://trianglerentacar.com/reservations/?page=reservations-mobile - This page could not be found.

Any help at all would be greatly appreciated. Thanks in advance,

Chris

This is the code of the reservations page

[php]<?php
require_once(‘lib/bluebird-pages.php’);
$this->include_js(‘jquery.defaultValue’);
$this->include_js(‘jquery.corner’);
$this->include_js(‘jquery.dropshadow’);
$this->include_js(‘utility-functions’);
$this->include_js(‘map-picker’);
$this->include_js(‘bb-reg’);
$this->include_js(‘holiday-validation’);
$this->include_css(‘reservations/bb-reg’);
$this->include_header(’

');

?>

[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service