function formCheck(formobj){ // Enter name of mandatory fields var fieldRequired = Array("name", "telephone", "comp_name", "email", "comments"); // Enter field description to appear in the dialog box var fieldDescription = Array("Name", "Telephone", "Company Name", "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
For employment consideration, please email our HR Department     If you'd like to see our current employment opportunities, please click here
Thank you for your interest in PDM. Please give us some information to learn more about our client services.
Professional Debt Mediation, Inc.
8657 Baypine Rd, Suite 201
Jacksonville, FL 32256
(Office) 888-676-9873
(Fax) 877-790-6549
Consumers click here to contact PDM about your account
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