miro.com Open in urlscan Pro
3.248.112.116  Public Scan

Submitted URL: https://email.miro.com/e/c/eyJlbWFpbF9pZCI6IlJNRF9Bd01BQVlFbFVwdHdTUE9rOVhmVnI5eW5Ddz09IiwiaHJlZiI6Imh0dHBzOi8vbWlyby5j...
Effective URL: https://miro.com/de/signup/
Submission: On June 02 via api from IE — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form action="" method="post" class="signup__form" novalidate="">
  <div class="signup__inputs-list">
    <div class="signup__input-wrap">
      <div class="signup__input-wrap-ico">
        <img src="https://static-website.miro.com/static/images/layout/auth/signup/user.svg?version=develop.797.production" alt="">
      </div>
      <label for="name" class="sr-only">Name</label>
      <input class="signup__input-text " type="text" name="signup[name]" id="name" value="" placeholder="Name" data-testid="mr-form-signup-name-1" maxlength="55" aria-describedby="signup-error-emptyname" aria-invalid="false" tabindex="0" required=""
        aria-required="true">
      <div class="signup__error-wrap-login js-signup__error-wrap-login hidden" role="alert">
        <div class="signup__error">
          <label for="name" id="nameError" class="js-error signup__error-item"></label>
        </div>
      </div>
    </div>
    <div class="signup__input-wrap">
      <div class="signup__input-wrap-ico" aria-hidden="true">
        <img src="https://static-website.miro.com/static/images/layout/auth/signup/mail.svg?version=develop.797.production" alt="">
      </div>
      <label for="email" class="sr-only">Arbeits-E-Mail</label>
      <input class="signup__input-text " type="email" name="signup[email]" id="email" value="" placeholder="Arbeits-E-Mail" data-testid="mr-form-signup-email-1" aria-describedby="signup-error-emptyemail" aria-invalid="false" required=""
        aria-required="true" tabindex="0">
      <div class="signup__error-wrap-login js-signup__error-wrap-login hidden" role="alert">
        <div class="signup__error">
          <label for="email" id="emailError" class="js-error signup__error-item"></label>
        </div>
      </div>
      <div id="custom-email-error">
        <div class="signup__error-wrap-login js-signup__error-wrap-login hidden" role="alert">
          <div class="signup__error">
            <label for="email" id="emailError" class="js-error signup__error-item"></label>
          </div>
        </div>
      </div>
    </div>
    <div class="signup__input-wrap">
      <div class="signup__input-wrap-ico" aria-hidden="true">
        <img src="https://static-website.miro.com/static/images/layout/auth/signup/pass.svg?version=develop.797.production" alt="">
      </div>
      <label for="password" class="sr-only">Passwort 8+ Zeichen</label>
      <input class="signup__input-text " type="password" name="signup[password]" id="password" value="" placeholder="Passwort 8+ Zeichen" data-testid="mr-form-signup-password-1" autocomplete="off" aria-describedby="signup-form-password"
        aria-invalid="false" tabindex="0" required="" aria-required="true">
      <div class="signup__error-wrap-login js-signup__error-wrap-login hidden" role="alert">
        <div class="signup__error">
          <label for="password" id="passwordError" class="js-error signup__error-item"></label>
        </div>
      </div>
    </div>
    <input type="hidden" name="signup[timeZoneId]" id="js-time-zone-id" value="Etc/Unknown">
    <input type="hidden" name="signup[timeZoneOffset]" id="js-time-zone-offset">
    <input type="hidden" name="signup[token]" value="be4e86ztg3wosws4c840skcsws0go4w">
    <script>
      if (window.Intl && typeof window.Intl === "object") {
        document.getElementById('js-time-zone-id').value = Intl.DateTimeFormat().resolvedOptions().timeZone;
      } else {
        document.getElementById('js-time-zone-offset').value = new Date().getTimezoneOffset();
      }
    </script>
  </div>
  <div class="signup__input-hint signup__input-hint--hidden" id="password-hint">
    <div class="signup__input-hint-bar-wrap">
      <div class="signup__input-hint-bar"></div>
      <div class="signup__input-hint-bar"></div>
      <div class="signup__input-hint-bar"></div>
    </div>
    <div id="signup-form-password" class="signup__input-hint-text" data-text-default="Bitte 8+ Zeichen für ein sicheres Passwort verwenden." data-text-weak="Schwaches Passwort" data-text-soso="Mittelmäßiges Passwort" data-text-good="Gutes Passwort"
      data-text-great="Großartiges Passwort">
    </div>
  </div>
  <div id="signup-form-password" class="signup__error-wrap-login signup__error-wrap-login--hidden js-empty-password signup__error signup__error-item" data-testid="please-enter-your-password-1" role="alert">Bitte geben Sie Ihr Passwort ein. </div>
  <div class="signup__error-wrap-login signup__error signup__error-item signup__error-wrap-login--hidden" id="cookie_enable_notice" role="alert"> Wir verwenden Cookies, um dich sicher anzumelden.<br> Bitte aktiviere Cookies in deinem Browser und
    versuche es erneut. </div>
  <script>
    (function() {
      var cookieEnabled = (navigator.cookieEnabled) ? true : false;
      if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) {
        document.cookie = "testcookie=true";
        cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false;
        document.cookie = "testcookie= ; expires = Thu, 01 Jan 1970 00:00:00 GMT";
        //Erase testcookie straight after reading it
      }
      if (!cookieEnabled) {
        document.getElementById("cookie_enable_notice").classList.remove("signup__error-wrap-login--hidden");
      }
    })();
  </script>
  <div class="signup__checkbox-list">
    <div class="signup__checkbox-wrap">
      <div class="mr-checkbox-1" data-testid="mr-form-signup-terms-1">
        <input type="checkbox" name="signup[terms]" value="true" id="signup-terms" tabindex="0" aria-invalid="false" aria-labelledby="signup-error-emptyTerms">
        <span class="mr-checkbox-1__wrap">
          <label class="mr-checkbox-1__check " for="signup-terms">
            <svg class="mr-checkbox-1__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
              <path fill="currentColor" fill-rule="nonzero" d="M8.278 11.222l-.062.062a1 1 0 0 0 .009 1.423L11 15.414l5-5A1 1 0 0 0 14.586 9L11 12.586l-1.293-1.349a1 1 0 0 0-1.43-.015z"></path>
            </svg>
          </label>
          <span class="mr-checkbox-1__label" id="signup-error-emptyTerms">Ich stimme den Miro
            <a href="/legal/terms-of-service/" target="_blank" rel="noopener" data-testid="mr-link-terms-1" tabindex="0"><span tabindex="- 1">Nutzungsbedingungen</span></a> und
            <a href="/legal/privacy-policy/" target="_blank" rel="noopener" data-testid="mr-link-privacy-1" tabindex="0"><span tabindex="-1">Datenschutzbestimmungen</span></a> zu.</span>
        </span>
      </div>
      <div class="signup__error-wrap-login js-signup__error-wrap-login hidden" role="alert">
        <div class="signup__error">
          <label for="signup-terms" id="termsError" class="js-error signup__error-item"></label>
        </div>
      </div>
    </div>
    <div class="signup__checkbox-wrap">
      <div class="mr-checkbox-1" data-testid="mr-form-signup-subscribe-1">
        <input type="checkbox" name="signup[subscribe]" value="true" id="signup-subscribe" tabindex="0" aria-labelledby="signup-subscribe-desc">
        <span class="mr-checkbox-1__wrap">
          <label class="mr-checkbox-1__check" for="signup-subscribe">
            <svg class="mr-checkbox-1__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
              <path fill="currentColor" fill-rule="nonzero" d="M8.278 11.222l-.062.062a1 1 0 0 0 .009 1.423L11 15.414l5-5A1 1 0 0 0 14.586 9L11 12.586l-1.293-1.349a1 1 0 0 0-1.43-.015z"></path>
            </svg>
          </label>
          <span class="mr-checkbox-1__label" id="signup-subscribe-desc">Ich bin damit einverstanden, Nachrichten und Updates von Miro zu erhalten.</span>
        </span>
      </div>
    </div>
  </div>
  <div class="signup__captcha g-recaptcha-container">
    <div class="g-recaptcha" id="g-recaptcha-container"></div>
  </div>
  <input type="hidden" name="signup[invite]" id="invite" value="">
  <input type="hidden" name="signup[guest]" id="guest" value="">
  <button class="signup__submit" type="submit" data-testid="mr-form-signup-btn-start-1" tabindex="0">Jetzt anfangen</button>
</form>

Text Content

Miro Logo
de
Current language is: Deutsch
Choose website language

 * English
 * Français
 * Español
 * Deutsch
 * Italiano
 * Português
 * Dutch
 * 日本語

Einloggen


STARTE NOCH HEUTE KOSTENLOS

Keine Kreditkarte erforderlich.

Name


Arbeits-E-Mail



Passwort 8+ Zeichen


Bitte geben Sie Ihr Passwort ein.
Wir verwenden Cookies, um dich sicher anzumelden.
Bitte aktiviere Cookies in deinem Browser und versuche es erneut.
Ich stimme den Miro Nutzungsbedingungen und Datenschutzbestimmungen zu.

Ich bin damit einverstanden, Nachrichten und Updates von Miro zu erhalten.

Jetzt anfangen
oder anmelden bei
Anmeldung bei Google

 * Kostenlos inbegriffen
 * 3 editierbare Boards
 * Kern Integrationen
 * Unbeschränkte Anzahl von Teammitgliedern
 * Templates
 * Aufmerksamkeitsmanagement: einfache Funktionalität


Überprüfe die
Bedingungen für die Anmeldung
Ich stimme den Nutzungsbedingungen und Datenschutzbestimmungen zu.
Bitte stimme den Nutzungsbedingungen und der Datenschutzrichtlinie zu.
Ich bin damit einverstanden, Neuigkeiten und Produkt-Updates von Miro zu
erhalten.
Mit der Anmeldung fortfahren
Zurück zur Anmeldung mit dem E-Mail-Formular

Get Miro app
Add ideas, digitize sticky notes, and leave comments on the go with Miro mobile
app
Not now Open in the app


PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Learn more
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

MARKETING COOKIES

Marketing Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button Performance Cookies



Vendor Search Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Accept All Cookies