We Appreciate Your Business!
Please fill out the form below to get started. As long as all info is filled in correctly, we can get this set up for you without needing you to contact support. We will let you know when it is set up.
Not sure?
Not sure about some of the information? No Rush! Fill this order form out whenever you ca. Save this link and come back to this page when you are ready. There is nothing to download here so you can come back to this page at a later date.
function CheckMultiple17(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm17(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; } var fname = "CustomFields_2_17"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; } var fname = "CustomFields_20_17"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Payment Email"); fld.focus(); return false; } var fname = "CustomFields_12_17"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Website URL"); fld.focus(); return false; } var fldcheck = CheckMultiple17(f, "CustomFields[21_17]"); if (!fldcheck) { alert("Please choose an option for field Do You Need Hosting?"); return false; } var fname = "CustomFields_22_17"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field If you do not need hosting, please provide FTP details to installl"); fld.focus(); return false; } var fname = "CustomFields_23_17"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Keywords (at least 2)"); fld.focus(); return false; } return true; };