// JavaScript Document function validate_email(field,alerttxt) { with (field) { apos=value.indexOf("@"); dotpos=value.lastIndexOf("."); if (apos<1||dotpos-apos<2) {alert(alerttxt);return false;} else {return true;} } } function validate_required(field,alerttxt) { with (field) { if (value==null||value=="") { alert(alerttxt);return false; } else { return true; } } } function validate_form(thisform) { with (thisform) { if (validate_required(email,"Email must be filled out!")==false) {email.focus();return false;} if (validate_required(message,"Please include your request.")==false) {message.focus();return false;} } }
Allied Wallet is the ewallet billing provider for thousands of websites across the internet. If you have recently purchased a good or service using our payment gateway and have not recieved what you paid for, or are unhappy with the service please fill out the form below to recieve a refund.
Request a Refund: