my.virginfamily.com Open in urlscan Pro
35.71.134.85  Public Scan

Submitted URL: https://my.virginfamily.com/
Effective URL: https://my.virginfamily.com/login
Submission: On October 31 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://my.virginfamily.com/check

<form method="POST" action="https://my.virginfamily.com/check"><input type="hidden" name="_token" value="JH7YUligkWvK6USkZIoijIO0wlaMlPTw9vcrozvV">
  <div class="panel panel-auth">
    <div class="panel-heading">Bei Virgin Family anmelden</div>
    <div class="panel-body">
      <div class="form-group"><label class="control-label" for="email">E-Mail-Adresse</label><input type="text" name="email" id="email" class="form-control" autofocus="autofocus"></div>
      <div class="checkbox"><label class="control-label"><input type="checkbox" name="login_store_email" value="1" checked="checked">Meine E-Mail-Einstellungen auf diesem Gerät speichern.</label></div>
    </div>
    <div class="panel-footer">
      <button type="submit" class="btn btn-default btn-primary">Anmelden</button>
    </div>
  </div>
  <script>
    (function() {
      const emailForm = document.forms[0];
      document.addEventListener('DOMContentLoaded', function() {
        const storedValue = localStorage.getItem('stored_email');
        if (storedValue) {
          emailForm.elements['email'].value = storedValue;
        }
      });
      emailForm.onsubmit = function() {
        if (!emailForm.elements['login_store_email'].checked) {
          localStorage.removeItem('stored_email');
        } else if (emailForm.elements['login_store_email'].checked && emailForm.elements['email'].value) {
          localStorage.setItem('stored_email', emailForm.elements['email'].value);
        }
        return true;
      };
    })();
  </script>
</form>

Text Content

Bei Virgin Family anmelden
E-Mail-Adresse
Meine E-Mail-Einstellungen auf diesem Gerät speichern.
Anmelden