HEX
Server: LiteSpeed
System: Linux lp015.web24.net.au 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
User: pgkdistr (10190)
PHP: 8.1.32
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/pgkdistribution.com.au/citisolar.com.au/website-php/contactus.php
<?php
	$name = "";
	$email_addr = "";
	$subject = "";
	$phone = "";
	$msg = "";
	$suburb = "";
?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xml:lang="en">
<head>
	<title>Citisolar</title>
	<meta http-equiv="Content-Type" content="txt/html; charset=utf-8" />
	<link rel="stylesheet" type="text/css" href="style.css" />
 <script language="javascript">
	function SubmitForm()
	{
		var form = document.forms[0];
		var bRequired = true;
		if ((form.nameField.value.length < 1) || (form.emailField.value.length < 1) || (form.phoneField.value.length < 1)) {
			alert("Please fill out all the required fields.");
			bRequired = false;
		}
		
		apos = form.emailField.value.indexOf("@");
		dotpos = form.emailField.value.lastIndexOf(".");
		if(apos < 1 || (dotpos - apos) < 2) {
			alert("Invalid email address.");
			bRequired = false;
		}
		
		if (!bRequired) return false;
		
		form.submit();
	}
</script>
<?php include 'google.php'; ?>
</head>
<body>
<?php include "header.php"; ?>
      <div id="content">
        <p class="paratext">One of our friendly staff members from CitiSolar are here to answer any questions you may have.  Feel free to give us a call in regards to any of our products or services.</p><br/>
	<p align="center"><b>Brisbane Head Office</b><br/>
		1300 QLD POWER (1300 753 769)<br/>
 		2a/62 Secam Street<br/>
                Mansfield, QLD 4122</p>
	<p align="center"><b>Melbourne Head Office</b><br/>
		1300 VIC POWER (1300 842 769)<br/>
		2/52-60 Garden Drive<br/>
		Tullamarine, VIC 3043</p>
	<p align="center"><b>Adelaide Head Office</b><br/>
		1300 SA POWER (1300 727 693)<br/>
		16 Desmond Avenue<br/>
		Maleston, SA 5033</p>
        <p align="center"><b>Townsville Head Office</b><br/>
                1300 TOWN POWER (1300 869 676)<br/>
                Unit 3, 13 Leyland Street<br/>
                Garbutt, QLD 4814</p>
        <p align="center"><b>Citistyle Home Improvements</b><br/>
                1300 ACT CITI (1300 228 248)<br/>
                33 Alexander Mackie Circuit<br/>
                Isaacs, ACT 2607</p><br/>
	<p class="paratext">For any enquiries or quotes you can also fill out the form below and we will get back to you as soon as possible.</p>
			<form name="customersEnterForm" method="POST" action="procenquiry.php">

				<table cellspacing="2" cellpadding="2" border="0" width="45%" align="center">
					<tr valign="top" height="20">
						<td width="40%" align="left"> Name :  </td>
					   	<td width="60%"> <input type="text" name="nameField" size="25" value="" align="right" > * </td> 
					</tr>
					<tr valign="top" height="20">
						<td align="left"> Email :  </td>
						<td> <input align="right" type="text" name="emailField" size="25" value=""> 
						*   </td> 
					</tr>
					<tr valign="top" height="20">
						<td align="left"> Phone :  </td>
						<td> <input align="right" type="text" name="phoneField" size="25" value=""> * </td> 
					</tr>
					<tr valign="top" height="20">
						<td align="left"> Suburb :  </td>
						<td> <input align="right" type="text" name="suburbField" size="25" value="">  </td>
					</tr>
					<tr valign="top" height="20">
						<td align="left"> State :  </td>
						<td> 					
					<select style="width:180px" name="stateField">
						<option value="qld">Queensland</option>
						<option value="vic">Victoria</option>
						<option value="can">Canberra</option>
						<option value="sa">South Australia</option>
					</select></td>
					</tr>
					<tr valign="top" height="20">
						<td align="left"> Subject :  </td>
						<td> <input align="right" type="text" name="subjectField" size="25" value="">  </td> 
					</tr>
					<tr valign="top" height="20">
						<td>&nbsp;</td>
						<td>&nbsp;</td> 
					</tr>
					<tr valign="top" height="20">
						<td align="left">* Required Information</td>
						<td>&nbsp;</td> 
					</tr>
				</table>

				<p class="enqform">
					Enquiry :</span><br />
					<textarea name="enquiryField" rows="5" cols="50"></textarea>
					<br />
					<br />
  					<input type="submit" name="submitEnquiryForm" value="Submit" onclick="SubmitForm();  return false;" >
  					<input type="reset" name="resetForm" value="Reset">
  				</p>
				<p class="ippara" align="center">For security reasons your IP Address will be recorded and sent with the enquiry. </p>
			</form>
      </div>

<?php include "footer.php"; ?>
</body>
</html>