Debt Harassment Stopper

Force debt collectors to leave you alone under the Fair Debt Collection Practices Act (FDCPA). Generate a cease-and-desist letter, demand debt verification, check the statute of limitations, and escalate to the CFPB or an attorney.

Your Information

Debt Information

I have received written communication (a letter) from this debt collector

Case Analysis

Your Documents

Two documents generated based on your information. Each can be copied or downloaded individually.

Escalation Options

'); win.document.close(); win.focus(); setTimeout(function(){ win.print(); }, 500); } // ===== FORM SUBMISSION ===== document.getElementById('intakeForm').addEventListener('submit', function(e) { e.preventDefault(); const btn = document.getElementById('generateBtn'); btn.disabled = true; btn.innerHTML = ' Analyzing...'; const data = {}; const els = this.elements; for (let i = 0; i < els.length; i++) { const el = els[i]; if (el.name) { if (el.type === 'checkbox') { data[el.name] = el.checked ? true : false; } else { data[el.name] = el.value; } } } formData = data; // Validate required fields if (!data.name || !data.state) { showToast('Please fill in your name and state.'); btn.disabled = false; btn.textContent = 'Review My Case'; return; } setTimeout(function() { generateAll(data); btn.disabled = false; btn.textContent = 'Review My Case'; goStep(2); }, 400); });