debtliberators.com Open in urlscan Pro
192.185.225.87  Public Scan

URL: https://debtliberators.com/
Submission: On May 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST index.php

<form method="post" action="index.php" id="inline-frm">
  <h4 class="fc1">How much do you owe?</h4>
  <div class="form-floating mb-3">
    <select class="form-select" name="debt-amount" id="debt-amount" aria-label="debt-amount">
      <option value="">Your Estimated Debt Owed</option>
      <option value="1">$0 - $7,499</option>
      <option value="7500">$7,500 - $12,499</option>
      <option value="12500">$12,500 - $19,999</option>
      <option value="20000">$20,000 - $39,999</option>
      <option value="40000">$40,000+</option>
    </select>
    <label for="debt-amount">Your Estimated Debt Owed</label>
  </div>
  <h4 class="fc1">Tell us a little bit about yourself.</h4>
  <div class="row gx-3">
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="first_name" id="first_name" placeholder="first_name">
        <label for="first_name">First Name</label>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="last_name" id="last_name" placeholder="last_name">
        <label for="last_name">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row gx-3">
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="tel" class="form-control form-control-sm" name="phone_number" id="phone_number" placeholder="phone_number">
        <label for="phone_number">Phone Number</label>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="email" class="form-control form-control-sm" name="email_address" id="email_address" placeholder="email_address">
        <label for="email_address">Email Address</label>
      </div>
    </div>
  </div>
  <h5 class="fc1">Tell us where you reside to see if you qualify.</h5>
  <div class="row gx-3">
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="street_address" id="street_address" placeholder="street_address">
        <label for="street_address">Street Address</label>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="city" id="city" placeholder="city">
        <label for="city">City</label>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="zip_code" id="zip_code" placeholder="zip_code">
        <label for="zip_code">Zip Code</label>
      </div>
    </div>
  </div>
  <button type="submit" class="btn btn-primary btn-lg w-100 rounded-pill cxm-btn-1 cxm-btn-frm-submit"><span class="fas fa-check"></span> Submit</button>
</form>

POST index.php

<form method="post" action="index.php" id="popup-frm">
  <h4 class="fc1 fc2">How much do you owe?</h4>
  <div class="form-floating mb-3">
    <select class="form-select" name="debt-amount" id="debt-amount" aria-label="debt-amount">
      <option value="">Your Estimated Debt Owed</option>
      <option value="1">$0 - $7,499</option>
      <option value="7500">$7,500 - $12,499</option>
      <option value="12500">$12,500 - $19,999</option>
      <option value="20000">$20,000 - $39,999</option>
      <option value="40000">$40,000+</option>
    </select>
    <label for="debt-amount">Your Estimated Debt Owed</label>
  </div>
  <h4 class="fc1 fc2">Tell us a little bit about yourself.</h4>
  <div class="row gx-3">
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="first_name" id="first_name" placeholder="first_name">
        <label for="first_name">First Name</label>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="last_name" id="last_name" placeholder="last_name">
        <label for="last_name">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row gx-3">
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="tel" class="form-control form-control-sm" name="phone_number" id="phone_number" placeholder="phone_number">
        <label for="phone_number">Phone Number</label>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-floating mb-3">
        <input type="email" class="form-control form-control-sm" name="email_address" id="email_address" placeholder="email_address">
        <label for="email_address">Email Address</label>
      </div>
    </div>
  </div>
  <h5 class="fc1 fc2">Tell us where you reside to see if you qualify.</h5>
  <div class="row gx-3">
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="street_address" id="street_address" placeholder="street_address">
        <label for="street_address">Street Address</label>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="city" id="city" placeholder="city">
        <label for="city">City</label>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-floating mb-3">
        <input type="text" class="form-control form-control-sm" name="zip_code" id="zip_code" placeholder="zip_code">
        <label for="zip_code">Zip Code</label>
      </div>
    </div>
  </div>
  <button type="submit" class="btn btn-primary btn-lg w-100 rounded-pill cxm-btn-1 cxm-btn-frm-submit"><span class="fas fa-check"></span> Submit</button>
</form>

Text Content

Home | About Us | Contact
| |
Navigation
 * How We Help
 * Testimonials
 * About Us
 * Services
   * Service 1
   * Service 2
 * Connect

Talk to a Consolidation Specialist
+1 813 556 6533


TAKE YOUR FIRST STEP TOWARDS A DEBT-FREE FUTURE

   
 * Be debt free in 08-24 months
 * See what options you qualify for in minutes

How Much Can I Save?
This won't affect your credit score!


LET'S SEE WHICH PROGRAM YOU GET QUALIFIED FOR

HOW MUCH DO YOU OWE?

Your Estimated Debt Owed $0 - $7,499 $7,500 - $12,499 $12,500 - $19,999 $20,000
- $39,999 $40,000+ Your Estimated Debt Owed

TELL US A LITTLE BIT ABOUT YOURSELF.

First Name
Last Name
Phone Number
Email Address

TELL US WHERE YOU RESIDE TO SEE IF YOU QUALIFY.

Street Address
City
Zip Code
Submit

Over 300,000 clients enrolled

More than $1 billion in client debt paid off


REDUCE YOUR MONTHLY PAYMENTS

Consolidation and other options can lower your total monthly payments, and
lessen the burden of your debt giving you financial peace of mind.

“My consolidation specialist came up with a plan that will save my husband and
me nearly $500 a month!”
Denise


WHAT WE DO

We help people across the U.S. by matching them with personalized financial
relief options that work. We've helped thousands of clients find financial peace
of mind.

TELL US ABOUT YOUR FINANCIAL SITUATION

Call us or fill out our online form for a free, no-obligation consultation.

MATCH WITH A DEBT CONSOLIDATION OPTION

Our products can be modified to best fit your monthly budget.

START SAVING MONEY

We provide options that can help lower your monthly payments and reduce your
financial burden.

Get a Free Consultation Now!


DEBT LIBERATORS

We've made it easy for you to find brands that support ethical and sustainable
choices. From sustainable production and ethical sourcing, to protecting the
world that supports us.




GET INVOLVED

 * Affiliate Program
 * Press Office
 * Careers
 * In the News


GET TO KNOW US

 * Home
 * About Us
 * Testimonials
 * Contact Us


SUPPORT

601 N 40th St, Tampa, FL 33610

info@debtliberators.com

+1 813 556 6533
Terms of Service
Privacy Policy

© 2024 Debt Liberators. Please note that all calls may be recorded or monitored
for quality assurance and training purposes.

Debt Liberators is a DBA of Beyond Finance, LLC.

We provide debt consolidation services. Consolidation loan options offered by
our affiliates range from $1,000 to $100,000, have Annual Percentage Rates that
range from 4.9% to 35.99%, origination fees ranging from 1% to 6% of the amount
financed, and loan terms from 4 to 84 months. A typical personal loan example
has a loan amount of $23,760, a 4.95% origination fee, a 48-month repayment
term, and an interest rate of 18.00%. You would receive $22,584 ($23,760 less
the $1,176 origination fee - a prepaid finance charge), and the monthly payment
would be $697.95, equating to an APR of 20.89%. The total interest would be
$9,741.60, and the total cost of the loan (interest plus origination fee of
$1,176) would be $10,917.72. In this example, the total payments made would
equal $33,501.60. Only the most creditworthy borrowers receive the highest loan
amounts at the lowest rates. Clients pursuing other debt consolidation options
who make all monthly deposits, on average, pay back approximately 55% of their
enrolled debt before fees. Fees are based on percentages of your enrolled
amounts, are usually 25% and are success based. On average, our debt
consolidation programs range from 24-48 months in duration.

We cannot offer guarantees on debt consolidation performance. Our services are
not available in all states; fees may vary by state. The use of debt
consolidation services may adversely affect your credit for a time. You may be
subject to collections or lawsuits by creditors or collectors. Your outstanding
obligations may increase from the accrual of fees and interest. Certain
creditors and types of debts are not eligible for our services. C.P.D. Reg. No.
– 21-04861.

We do not discriminate on the basis of race, color, religion, sex, marital
status, national origin, or ancestry.

Testimonials reflect the individuals' opinions and may not be illustrative of
all individual experiences.

Top


STAND UP FOR CHANGE!


BE DEBT FREE IN 08 TO 24 MONTHS

HOW MUCH DO YOU OWE?

Your Estimated Debt Owed $0 - $7,499 $7,500 - $12,499 $12,500 - $19,999 $20,000
- $39,999 $40,000+ Your Estimated Debt Owed

TELL US A LITTLE BIT ABOUT YOURSELF.

First Name
Last Name
Phone Number
Email Address

TELL US WHERE YOU RESIDE TO SEE IF YOU QUALIFY.

Street Address
City
Zip Code
Submit


TITLE

Lorem ipsum, dolor sit amet consectetur adipisicing elit.