Pay Your
Invoice Online
function validateForm() {
var x = document.forms["money_form"]["charge_total"].value;
var y = document.getElementsByName('g-recaptcha-response')[0].value;
if (x == null || x == "") {
alert("An amount must be filled out");
return false;
}
else if (y == null || y == "") {
alert("Please confirm your are not a robot. Tick the check box.");
return false;
}
}
Total amount with decimal point on invoice
Payments over the phone also accepted. Call Customer Service: 250-652-9293