function formCheck(formobj){ // Enter name of mandatory fields var fieldRequired = Array("name", "creditor", "email", "comments", "radio-group"); // Enter field description to appear in the dialog box var fieldDescription = Array("Name", "Creditor", "Email Address", "Comments"); // dialog message var alertMsg = "Please complete the following fields:\n"; var l_Msg = alertMsg.length; for (var i = 0; i < fieldRequired.length; i++){ var obj = formobj.elements[fieldRequired[i]]; if (obj){ switch(obj.type){ case "select-one": if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ""){ alertMsg += " - " + fieldDescription[i] + "\n"; } break; case "select-multiple": if (obj.selectedIndex == -1){ alertMsg += " - " + fieldDescription[i] + "\n"; } break; case "text": case "textarea": if (obj.value == "" || obj.value == null){ alertMsg += " - " + fieldDescription[i] + "\n"; } break; default: } if (obj.type == undefined){ var blnchecked = false; for (var j = 0; j < obj.length; j++){ if (obj[j].checked){ blnchecked = true; } } if (!blnchecked){ alertMsg += " - " + fieldDescription[i] + "\n"; } } } } if (alertMsg.length == l_Msg){ return true; }else{ alert(alertMsg); return false; } } // -->
Contact Us
If you have already satisfied your account using a debit or credit card and need to complete a CCA (Credit Card Authorization) form, please click here
If you need a paid-in-full letter and you paid using a debit or credit card AND it's been 48 hours AND you have successfully completed and sent us your CCA (Credit Card Authorization) form, you can email us here
Professional Debt Mediation, Inc.
8657 Baypine Rd, Suite 201
Jacksonville, FL 32256
(Office) 888-676-9872
(Fax) 904-398-0425
Please provide sufficient information so we may positively identify your account and how we may contact you
info@pdminc.net
888.676.9873
Jacksonville, Florida
24% higher collection rate than the national average for multi-family clients. Contact us to learn more!
© 2023 Professional Debt Mediation, Inc