raj.mastermind-marketing.com Open in urlscan Pro
72.167.135.73  Public Scan

URL: https://raj.mastermind-marketing.com/
Submission: On September 15 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST config.php

<form id="loanCalculatorForm" action="config.php" method="POST">
  <div class="input-group">
    <label for="amountOwed">Amount Owed Estimated: $<span id="amountOwedValue">150.000</span></label>
    <input type="range" id="amountOwed" name="amountOwed" min="100000" max="1000000" step="1000" value="150000">
    <input type="hidden" id="amountOwedHidden" name="amountOwed" value="150000">
  </div>
  <div class="input-group">
    <label for="monthlyPayment">Monthly Payment Estimated: $<span id="monthlyPaymentValue">1162.95</span></label>
    <input type="range" id="monthlyPayment" name="monthlyPayment" min="500" max="5000" step="500" value="1500">
    <input type="hidden" id="monthlyPaymentHidden" name="monthlyPayment" value="1162.9484034283096">
  </div>
  <div class="input-group">
    <label for="yearsToPay">Years to Payoff if known:</label>
    <input type="number" id="yearsToPay" name="yearsToPay" value="20">
    <p class="note">Defaults to 20 years if empty or negative</p>
  </div>
  <div class="input-group">
    <label>Total Payment: <span id="totalPayment" class="output">$279.107,617</span></label>
    <input type="hidden" id="totalPaymentHidden" name="totalPayment" value="279107.6168227943">
  </div>
  <div class="input-group">
    <label for="first_name">First Name:</label>
    <input type="text" id="first_name" name="first_name" required="">
  </div>
  <div class="input-group">
    <label for="email">Email:</label>
    <input type="email" id="email" name="email" required="">
  </div>
  <div class="input-group">
    <label for="phone">Phone:</label>
    <input type="tel" id="phone" name="phone" required="">
  </div>
  <button type="submit">Submit</button>
</form>

Text Content

ELIMINATE STUDENT LOAN

Amount Owed Estimated: $150.000
Monthly Payment Estimated: $1162.95
Years to Payoff if known:

Defaults to 20 years if empty or negative

Total Payment: $279.107,617
First Name:
Email:
Phone:
Submit