dp.baalspots.com Open in urlscan Pro
76.76.21.123  Public Scan

Submitted URL: http://dp.baalspots.com/
Effective URL: https://dp.baalspots.com/
Submission: On December 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: newsletter-formPOST sub.html

<form id="newsletter-form" name="newsletter-form" action="sub.html" method="post">
  <label>
    <span class="label">Your name</span>
    <input maxlength="40" name="full_name" size="20" type="text">
  </label>
  <label>
    <span class="label">Email address</span>
    <input maxlength="80" name="email" size="20" type="email" required="" value="email@email.com">
  </label>
  <button type="submit" name="submit" class="button"> Submit Form </button>
</form>

Name: contact-formPOST sub.html

<form id="contact-form" name="contact-form" action="sub.html" method="post" onsubmit="console.log('isValid'); const email=document.getElementById('formEmail').value; const isValid=utils.type.isEmail(email);
    console.log(isValid); if (!isValid) return; track.formSubmitted({ userId_: email.toLowerCase(), email:
    email.toLowerCase(), formName: 'Newsletter' }); return false;">
  <label>
    <span class="label">Name</span>
    <input maxlength="40" name="name" size="20" type="text" id="formEmail">
  </label>
  <label>
    <span class="label">Title</span>
    <input maxlength="40" name="title" size="20" type="text">
  </label>
  <label>
    <span class="label">Organization</span>
    <input maxlength="40" name="org" size="20" type="text">
  </label>
  <button type="submit" name="submit" class="button" id="test-button"> Submit Form </button>
</form>

Text Content

HOME

 * Link 1
 * Link 2
 * Link 3

CTA Button 1

CTA Button 2

Custom Link 1

Custom Link 2


FORM 1

Your name Email address Submit Form


FORM 2

Name Title Organization Submit Form