We are able to offer trade-accounts to limited companies, public-limited companies and government-funded organisations; a trade account will enable you to establish a credit line with us and pay for your purchase by invoice, whilst still benefitting from our online ordering service.
If you would like to open a trade-account please complete the enquiry form below and a member the team will email you one of our Account Application forms.
If you have any questions regarding a COMPLEX CLEANING trade-account please don't hesitate to call us on 01923 839039 .
<form acti data-toggle="validator" method="post" checkForm(this);" 20.8px;">
Your name
<input class="form-control" name="fullname" required="required" size="42" type="text" /></div>
Company name
<input class="form-control" name="company_name" required="required" type="text" /></div>
<input name="spam_robo" hidden;" type="text" /></fieldset>
Address
<input class="form-control" name="addressline1" placeholder="Address Line 1" type="text" /></div>
<input class="form-control" name="addressline2" placeholder="Address Line 2" type="text" /></div>
<input class="form-control" name="addressline3" placeholder="Address Line 3" type="text" /></div>
<input class="form-control" name="town" placeholder="Town" type="text" /></div>
<input class="form-control" name="region" placeholder="Region" type="text" /></div>
<input class="form-control" name="postcode" placeholder="Postcode" type="text" /></div>
Telephone
<input class="form-control" name="telephonenumber" type="text" />
In case we need to call about your request
Mobile
<input class="form-control" name="mobilenumber" type="text" /></span>
Email
<input class="form-control" name="emailaddress" placeholder="name@domainname.com" required="required" type="text" />
We'll email you an account form
Average Monthly Spend
<input class="form-control" name="averagemonthlyspend" type="text" /></span>
Current Supplier Name
<input class="form-control" name="currentsuppliername" type="text" /></span>
<input class="btn btn-warning pull-right" name="contactbuttoncredit" type="submit" value="Submit Request" /></div>
</form>
[removed]
function checkForm(TheForm){
if (TheForm.fullname.value.length == 0) {
alert("Name is a required field");
TheForm.fullname.focus();
return false;
}
if (TheForm.emailaddress.value.length == 0 || TheForm.emailaddress.value == 'name@domainname.com') {
alert("e-mail is a required field");
TheForm.emailaddress.focus();
return false;
}
if (TheForm.company_name.value.length == 0) {
alert("Company name is a required field");
TheForm.company_name.focus();
return false;
}
if(validateAddress(TheForm.emailaddress.value)==false)
{
TheForm.emailaddress.focus();
return false;
}
return true;
}
[removed]
×
Our site uses cookies to give you the best experience. By continuing to use our site, you agree to our use of cookies.
Learn more .