Booking form for - ‘Sculpting the head in clay’
Saturday 12th May & Sunday 13th May, 2012
10.00am - 4.00pm. Shipley Parish Rooms, Shipley, Heanor.
Course Fee £120.00. £60.00 deposit will secure your booking, the balance is then due by 12th April 2012. Please note that due to the small number of places on this course deposits are non-refundable unless the place can be filled.';
}
if ( ! isset($_SESSION['formFooter'])) {
$_SESSION['formFooter'] = 'Booking Conditions for Jeremy James Sculpture Courses
Please read thoroughly before booking.
1. Bookings for courses should be made online or by posting the downloadable booking form.
2. Places are only booked following receipt of the required deposit paid online or by cheque.
3. All deposits are non-refundable in all circumstances. All deposits are non-transferable to other courses or to other people. However, where a cancellation is made in writing, every effort will be made to fill the space. If this is possible the deposit will be returned (less 10% administration charge). If it is not possible to fill the space on the course the deposit will be non- refundable.
4. If the course is cancelled by Jeremy James, for whatever reason, the liability shall be limited to the refund of deposits to those booked on to the course concerned and no liability shall be held to any other party or for any other costs incurred by the participant.
5. All cancellations must be in writing.
6. In confirming acceptance of the place offered on any course the student is thereby undertaking a contract for the payment of the course fees in full and for making payments on the specified due date(s).
7. All payments for fees and all refunds to be made in £ (sterling). Cheques made payable to ‘ J James ‘
8. Jeremy James reserves the right to alter dates, or venues due to unforeseen or exceptional circumstances and there will be no liability to any party for costs.
';
}
if ( ! isset($_SESSION['form'])) {
$_SESSION['form'] = array();
}
function check($field, $type = '', $value = '') {
$string = "";
if (isset($_SESSION['form'][$field])) {
switch($type) {
case 'checkbox':
$string = 'checked="checked"';
break;
case 'radio':
if($_SESSION['form'][$field] === $value) {
$string = 'checked="checked"';
}
break;
case 'select':
if($_SESSION['form'][$field] === $value) {
$string = 'selected="selected"';
}
break;
default:
$string = $_SESSION['form'][$field];
}
}
return $string;
}
?>
