$(document).ready(function()
{
if ( $("#fullybooked").length > 0 ) {
	$(".wpcf7-form").remove();
}

});
