dev.pflmena.com Open in urlscan Pro
209.59.186.96  Public Scan

URL: https://dev.pflmena.com/
Submission: On January 21 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="hive-signup-form" onsubmit="HIVE_SDK('submitSignupForm', this, onFormSubmitSuccess); return false;">
  <!-- START SUCCESS/THANK YOU MESSAGE -->
  <!-- this element will be shown when your form is sucessfully submitted -->
  <div data-hive-form-field="successMessage" style="display: none">
    <h2>Thanks for joining our mailing list</h2>
    <p>You've been successfully subscribed - thanks!</p>
  </div>
  <!-- END SUCCESS/THANK YOU MESSAGE -->
  <!-- START SIGNUP FORM THEME CSS -->
  <!-- you can move this section to right before your </head> tag -->
  <!-- you can also change, override, or remove this section to customize how your signup form looks -->
  <style type="text/css">
    .hive-signup-form-has-error {
      border-color: #ff00008a !important;
    }

    @import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.css");

    .hive-signup-form label,
    .hive-signup-form input,
    .hive-signup-form button,
    .hive-signup-form span,
    .hive-signup-form .iti {
      display: block;
      width: 100%;
      max-width: 400px;
    }

    .hive-signup-form label {
      margin-bottom: 8px;
    }

    .hive-signup-form input {
      margin-bottom: 16px;
      padding: 8px 10px;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.04);
      min-width: 100%;
      font-family: Arial, sans-serif;
      border: 1px solid #656565;
    }

    .hive-signup-form input:focus {
      border: 1px solid rgba(0, 0, 0, 0.65);
      outline: none;
    }

    .hive-signup-form label input[type=checkbox] {
      display: inline-block;
      width: auto;
      margin-right: 8px;
    }

    .hive-signup-form button {
      padding: 10px 24px;
      border-radius: 0px;
      background-color: #fe0100;
      cursor: pointer;
      color: #fff;
      font-family: 'Druk Wide Medium', sans-serif;
      font-size: 16px;
      border: unset;
    }

    .hive-signup-form span {
      display: flex;
      margin-bottom: 16px;
    }

    .hive-signup-form select {
      padding: 8px;
      width: 50%;
      height: 36px;
      background-color: white;
      margin-left: 8px;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .hive-signup-form select:first-child {
      margin-left: 0px;
    }

    .hive-signup-form h2 {
      font-family: 'Druk Wide Medium', sans-serif;
      color: #000;
      font-size: 28px;
    }

    .hive-signup-form p {
      font-family: 'Roboto', sans-serif;
      color: #000;
      font-size: 26px;
    }

    @media (max-width: 992px) {
      .hive-signup-form h2 {
        font-size: 20px;
        line-height: 1.2;
      }

      .hive-signup-form p {
        font-size: 20px;
      }
    }

    @media (max-width: 576px) {
      .hive-signup-form h2 {
        font-size: 16px;
      }

      .hive-signup-form p {
        font-size: 16px;
      }
    }
  </style>
  <!-- END SIGNUP FORM CSS -->
  <!-- START SIGNUP FORM ID (REQUIRED) -->
  <!-- do not remove this as this is used for reporting purposes -->
  <input data-hive-form-field="swid" type="hidden" value="5656">
  <!-- END SIGNUP FORM ID -->
  <div class="row">
    <div class="col-md-6 mb-1">
      <input id="_HIVE-firstName-5656" name="fname" data-hive-form-field="firstName" type="text" placeholder="first name" autocomplete="given-name">
    </div>
    <div class="col-md-6 mb-1">
      <input id="_HIVE-lastName-5656" name="lname" data-hive-form-field="lastName" type="text" placeholder="last name" autocomplete="family-name">
    </div>
    <div class="col-md-6 mb-1">
      <input id="_HIVE-email-5656" name="email" data-hive-form-field="email" type="email" placeholder="email address" autocomplete="email" required="">
    </div>
    <div class="col-md-6 mb-1">
      <input id="_HIVE-country-5656" name="country" data-hive-form-field="country" type="text" placeholder="country" autocomplete="country-name">
    </div>
    <div class="col-12 text-center mt-2">
      <!-- START NON-TOGGLEABLE SEGMENT -->
      <input data-hive-form-field="addToSegment" type="hidden" value="PFLMENA">
      <!-- END NON-TOGGLEABLE SEGMENT -->
      <!-- START BOT DETECTION (RECOMMENDED) -->
      <div aria-hidden="true" style="position: absolute; left: -5000px;">
        <!-- real people should not fill this in - do not remove this or risk form bot signups -->
        <input data-hive-form-field="areUReal" type="text" value="" tabindex="-1">
      </div>
      <!-- END BOT DETECTION -->
      <!-- START SUBMIT BUTTON (REQUIRED) -->
      <button class="mx-auto" data-hive-form-field="submitButton" type="submit">STAY INFORMED</button>
      <!-- END SUBMIT BUTTON -->
    </div>
  </div>
  <!-- START SIGNUP FORM JAVASCRIPT (REQUIRED) -->
  <!-- you can move this section to right before your </body> tag -->
  <script type="text/javascript">
    (function(h, i, v, e, s, d, k) {
      h.HiveSDKObject = s;
      h[s] = h[s] || function() {
        (h[s].q = h[s].q || []).push(arguments)
      }, d = i.createElement(v), k = i.getElementsByTagName(v)[0];
      d.async = 1;
      d.id = s;
      d.src = e + '?sef=1&r=' + parseInt(new Date() / 60000);
      k.parentNode.insertBefore(d, k)
    })(window, document, 'script', 'https://cdn-prod.hive.co/static/js/sdk-loader.js', 'HIVE_SDK')
    HIVE_SDK('init', 122059);

    function onFormSubmitSuccess() {
      // you can use this function to do things when users sucessfully submit your form
      // don't delete this function without modifying the onsubmit action in the form above
    }
  </script>
  <!-- END SIGNUP FORM JAVASCRIPT -->
</form>

Text Content

FIRST PFL EVENT IN MIDDLE EAST
ANNOUNCED FOR 2024

An unprecedented pay per-view mega event PFL Champions vs. Bellator Champions
from the state-of-the-art Kingdom Arena in Riyadh, Saudi Arabia on Saturday,
February 24.

FOR MORE INFORMATION ON PFL NEWS IN THE MIDDLE EAST FOLLOW @PFLMENA OR REGISTER
BELOW FOR EMAIL UPDATES


SIGN UP FOR UP-TO-DATE INFORMATION


THANKS FOR JOINING OUR MAILING LIST

You've been successfully subscribed - thanks!


STAY INFORMED