Tel: 01226 711470
Quick Search
Enquiry Forms
Please select the appropriate form below relating to your enquiry, complete and submit it. On receipt, we will contact you promptly.
You voluntarily choose to provide personal details to us via this website. Personal information will be treated as confidential by us and held in accordance with the Data Protection Act 1998. You agree that such personal information may be used by us to provide you with details of our services and products in writing, by email or by telephone.
include_once('././dbConfig.php');
$domainLink = $this->get_template_vars("clientUrl");
$cmsId = $this->get_template_vars("cmsId");
if($_SERVER['HTTP_HOST']=="192.168.13.240")
{
$yrlStr ="http://192.168.13.240/webPro/www_int/";
$dbEnq = new Connection("192.168.13.240", USERNAMEEFORMS, PASSWORDEFORMS, DATABASEFORMS);
}else
{
$yrlStr ="https://www.webprosecure.co.uk/";
$dbEnq = new Connection(HOSTNAME, USERNAMEEFORMS, PASSWORDEFORMS, DATABASEFORMS);
}
$enqStr = "select * from enquiryforms_clientConfig where client_id =".$cmsId." and active =1";
$enqRes = $dbEnq->execute($enqStr);
$enqRes = $dbEnq->fetchAssoc($enqRes);
if($dbEnq->numberOfRows() !=0)
{
$availableForms = $enqRes['available_forms'];
$formStr = "select * from enquiryforms_config where id in (".$availableForms.") and active =1 order by form_full_name asc";
$formRes = $dbEnq->execute($formStr);
$formNum = $dbEnq->numberOfRows();
if($formNum !=0)
{
echo "
";
while($formRec = $dbEnq->fetchAssoc($formRes))
{
$urlString ="/enquiryforms/index.php?fm=". $formRec['form_tag'];
if(isset($_GET['tag']))
{
if($_GET['tag'] == $formRec['form_tag'])
{
echo "";
}
}
$url1 ="";
if($_SERVER['HTTP_HOST']=="192.168.13.240")
{
$url1 = "http://192.168.13.240/webPro/www_int/";
}
$str = " ";
$str .= $formRec['form_full_name'];
$str .= "
"; echo $str; } echo "
";
}
else
{
echo ""; echo $str; } echo "
Sorry there are no Forms available at this time.
";
}
}
else
{
echo "Sorry there are no Forms available at this time.
";
}
?>
Please select the appropriate form above relating to your enquiry, complete and submit it. On receipt, we will contact you promptly.