www.hrminfo.eu Open in urlscan Pro
31.186.172.90  Public Scan

Submitted URL: https://click.ml.mailersend.com/link/c/YT0xMzczNzMwMzQwODY2MTAyNzUzJmM9ZjlyMyZlPTEyNDQ3NzMmYj0zMjY1OTA1MjAmZD1zNWU3ZjJl.4tkLffy0...
Effective URL: https://www.hrminfo.eu/nl/registration
Submission Tags: falconsandbox
Submission: On February 28 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.hrminfo.eu/nl/search

<form id="search" class="form-inline " action="https://www.hrminfo.eu/nl/search" method="get" role="form">
  <input name="key_words" class="form-control" type="text" placeholder="Zoek" aria-label="Zoek">
  <button class="btn btn-link" style="padding: 0;" type="submit"><i class="fa fa-search"></i></button>
</form>

GET https://www.hrminfo.eu/nl/search

<form id="search" action="https://www.hrminfo.eu/nl/search" method="get" role="form">
  <div class="form-group" style="display: none">
    <input type="checkbox" class="inputfield" id="hrminfo-website" checked="checked"> &nbsp; <label for="hrminfo-website">Zoek op HRMinfo.eu </label>
    <input type="checkbox" class="inputfield" id="externe-website"> &nbsp; <label for="externe-website">Zoek op andere Belgische HR-vaksite</label>
  </div>
  <div class="input-group">
    <input type="text" name="key_words" class="form-control" placeholder="Tik hier uw trefwoord in">
    <span class="input-group-btn">
      <button class="btn" type="submit">Zoeken</button>
    </span>
  </div>
</form>

GET https://www.hrminfo.eu/nl/search

<form id="search" action="https://www.hrminfo.eu/nl/search" method="get" role="form">
  <div class="input-group">
    <input type="text" class="form-control" name="key_words" placeholder="Tik hier uw trefwoord in">
    <span class="input-group-btn">
      <button class="btn" type="submit">Zoeken</button>
    </span>
  </div>
</form>

POST https://www.hrminfo.eu/nl/registration

<form action="https://www.hrminfo.eu/nl/registration" id="contact-form" class="form" method="post">
  <input type="hidden" name="_token" value="jtxY2XvMxy3xMcJdCKGwgeFiXkbp4FEdcfxjHZtW">
  <div class="form-group row">
    <label for="first_name" class="col-sm-3 col-form-label">Voornaam</label>
    <div class="col-sm-9">
      <input type="text" name="first_name" value="" class="form-control inputfield" id="first_name" required="">
    </div>
  </div>
  <div class="form-group row">
    <label for="last_name" class="col-sm-3 col-form-label">Naam</label>
    <div class="col-sm-9">
      <input type="text" name="last_name" value="" class="form-control inputfield" id="last_name" required="">
    </div>
  </div>
  <div class="form-group row">
    <label for="company_organisation" class="col-sm-3 col-form-label">Bedrijf/organisatie</label>
    <div class="col-sm-9">
      <input type="text" name="company_organisation" value="" class="form-control inputfield" id="company_organisation" required="">
    </div>
  </div>
  <div class="form-group row ">
    <label for="email" class="col-sm-3 col-form-label">E-mail adres (liefst professioneel)</label>
    <div class="col-sm-9">
      <input type="email" name="email" value="" class="form-control inputfield" id="email" required="">
    </div>
  </div>
  <div class="form-group row ">
    <label for="confirmation_email" class="col-sm-3 col-form-label">Bevestiging e-mail</label>
    <div class="col-sm-9">
      <input type="email" name="confirmation_email" value="" class="form-control inputfield" id="confirmation_email" required="">
    </div>
  </div>
  <div class="form-group row ">
    <label class="col-sm-3 col-form-label">Taal </label>
    <div class="col-sm-9">
      <input class="form-check-input" type="radio" name="locale" id="locale_1" checked="" value="nl">
      <label class="form-check-label" for="locale_1"> NL </label> &nbsp;&nbsp;&nbsp;&nbsp; <input class="form-check-input" type="radio" name="locale" id="locale_2" value="fr">
      <label class="form-check-label" for="locale_2"> FR </label>
    </div>
  </div>
  <!-- gender -->
  <div class="form-group m-form__group row">
    <label class="col-sm-3 col-form-label">Geslacht</label>
    <div class="col-sm-9">
      <select name="gender" class="form-control inputfield">
        <option value="1">Man</option>
        <option value="0" selected="">Vrouw</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label for="work_as" class="col-sm-3 col-form-label">Ik werk als</label>
    <div class="col-sm-9">
      <select id="work_as" class="form-control inputfield" name="work_as" onchange="checkHRM();">
        <option value="1">HR-dienstverlener</option>
        <option value="2">HR-professional</option>
        <option value="3">Niet HRM</option>
      </select>
      <h5><b>HRM - Werkterreinen</b></h5>
      <p>(Meerdere, maar maximum drie, zijn mogelijk)</p>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="1" name="work_areas[]" type="checkbox" id="areas_1" required="">
        <label class="form-check-label" for="areas_1"> Algemeen HRM-beleid </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="2" name="work_areas[]" type="checkbox" id="areas_2" required="">
        <label class="form-check-label" for="areas_2"> Werving en selectie </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="3" name="work_areas[]" type="checkbox" id="areas_3" required="">
        <label class="form-check-label" for="areas_3"> Vorming, training en ontwikkeling </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="4" name="work_areas[]" type="checkbox" id="areas_4" required="">
        <label class="form-check-label" for="areas_4"> Compensation &amp; benefits </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="5" name="work_areas[]" type="checkbox" id="areas_5" required="">
        <label class="form-check-label" for="areas_5"> HR-administratie </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="6" name="work_areas[]" type="checkbox" id="areas_6" required="">
        <label class="form-check-label" for="areas_6"> Sociale relaties </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="7" name="work_areas[]" type="checkbox" id="areas_7" required="">
        <label class="form-check-label" for="areas_7"> Competentiemanagement </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="8" name="work_areas[]" type="checkbox" id="areas_8" required="">
        <label class="form-check-label" for="areas_8"> e-HRM en HR-informatiesystemen </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="9" name="work_areas[]" type="checkbox" id="areas_9" required="">
        <label class="form-check-label" for="areas_9"> Interne communicatie </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="10" name="work_areas[]" type="checkbox" id="areas_10" required="">
        <label class="form-check-label" for="areas_10"> Organisatieontwikkeling &amp; -design </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" onchange="checkWorkAres()" value="11" name="work_areas[]" type="checkbox" id="areas_11" required="">
        <label class="form-check-label" for="areas_11"> Andere </label>
      </div>
      <h5><b>NIET HRM - Werkterrein</b></h5>
      <input type="text" name="note_not_hr" value="" class="form-control inputfield" id="note_not_hr" disabled="">
      <h5><b>Verantwoordelijkheid</b></h5>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="responsibility" id="responsibility_1" value="1" required="">
        <label class="form-check-label" for="responsibility_1"> Director </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="responsibility" id="responsibility_2" value="2">
        <label class="form-check-label" for="responsibility_2"> Manager </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="responsibility" id="responsibility_3" value="3">
        <label class="form-check-label" for="responsibility_3"> Medewerker </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="responsibility" id="responsibility_4" value="4">
        <label class="form-check-label" for="responsibility_4"> Administratief bediende </label>
      </div>
      <p><i></i></p>
      <br>
      <div class="form-check ">
        <label class="form-check-label" for="checkbox_1" style="display: inline;"> HRMinfo/BizInfo beschermt uw privacy door de algemene verordening van de Europese Unie inzake gegevensbescherming (GDPR) na te leven. Wij gebruiken uw persoonlijke
          gegevens niet zonder uw uitdrukkelijke toestemming. <a href="https://www.hrminfo.eu/nl/privacy">Privacy &amp; GDPR beleid</a>. </label>
      </div>
      <br>
      <div class="form-check ">
        <input class="form-check-input" type="checkbox" name="checkbox_2" value="2" id="checkbox_2" required="">
        <label class="form-check-label" for="checkbox_2" style="display: inline;"> Ik geef HRMinfo/BizInfo toestemming om mijn gegevens op te slaan, te bewaren en te gebruiken, en om mij via e-mail op de hoogte te houden van activiteiten (HR
          knowledge events zoals seminars, workshops, themadagen, bootcamps, etc.), eigen publicaties in lijn met mijn bovengenoemde expertisegebieden en ook over activiteiten of initiatieven van haar partners/adverteerders. Mijn gegevens worden niet
          verkocht of doorgegeven aan derden. </label>
      </div>
      <br>
      <div class="form-check ">
        <input class="form-check-input" type="checkbox" name="checkbox_3" value="3" id="checkbox_3" required="">
        <label class="form-check-label" for="checkbox_3" style="display: inline;"> Ik geef HRMinfo/BizInfo toestemming om persoonlijke informatie over mijn surfgedrag op deze website te verzamelen en bij te houden, met als doel te achterhalen of ik
          via een externe campagne op deze website ben geland en/of om externe platforms te targeten op basis van mijn gebruik van en surfgedrag op deze website. </label>
      </div>
      <br>
      <div class="form-check ">
        <input class="form-check-input" type="checkbox" name="checkbox_4" value="4" id="checkbox_4" required="">
        <label class="form-check-label" for="checkbox_4" style="display: inline;"> Expliciete inschrijving voor toekrijgen van de wekelijkse e-zines </label>
      </div>
      <br>
      <div class="g-recaptcha" data-sitekey="6Lfp2eEUAAAAAHrODiWA2zFEwwO9W9sV5EuCRgad">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lfp2eEUAAAAAHrODiWA2zFEwwO9W9sV5EuCRgad&amp;co=aHR0cHM6Ly93d3cuaHJtaW5mby5ldTo0NDM.&amp;hl=de&amp;v=PdoyIVkd8v16xl_NMp3H0N1Y&amp;size=normal&amp;cb=6nyagjr2g66p" width="304"
              height="78" role="presentation" name="a-2y3zvotat7he" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
  </div>
  <br>
  <button type="submit" class="btn-submit">Verzenden</button>
</form>

Text Content

Deze website maakt gebruik van cookies om u een optimale gebruikerservaring te
bezorgen en op maat gemaakte aanbiedingen en diensten aan te bieden. Meer info.
Ik ga akkoord.
 * nl
 * fr
   
   

   
 * Inloggen
   * Login geregistreerd gebruiker
   * Login PASSport
 * Registreren
   * Gratis registratie
   * PASSport

Toggle navigation
   
 * Demo
 * Webinars
   
 * Podcasts
 * PASSport
 * Shop
 * Events
 * HRjobs
 * Directory
 * Dossiers
 * HRtechDirectory.eu
 * * Nieuws
   * Blogs
   * How To
   * e-Bib
   * Opinie
   * Video
   * Sponsored content
   * Persberichten
   Nieuws Blogs How To e-Bib Video Sponsored content Persberichten




[KNOWLEDGE & COMMUNITY]
VOOR HR EN ANDERE PROFESSIONALS BETROKKEN BIJ PEOPLE MATTERS

  Zoek op HRMinfo.eu   Zoek op andere Belgische HR-vaksite
Zoeken


[KNOWLEDGE & COMMUNITY]
VOOR HR EN ANDERE PROFESSIONALS BETROKKEN BIJ PEOPLE MATTERS

Zoeken


REGISTRATIE VOOR ONZE GRATIS E-ZINES & VOOR TOEGANG TOT ONZE GRATIS INFO EN
DIENSTEN

Om onze e-zines (HRM blogs, e-Bib, How To, News & Opinions ) toegestuurd te
krijgen en toegang te bekomen tot onze gratis informatie en diensten dient u
zich te registreren.

Dat is kosteloos en kan erg eenvoudig: door de invoering hier onder van enkel uw
e-mail adres. Dat e-mail adres wordt uw 'log in' (dat dient u in te voeren
bovenaan rechts van de website).

Let wel: u dient eerst uw registratie te valideren. Daartoe krijgt u
onmiddellijk na uw registratie een bevestigingsmail met een link. U dient die
aan te klikken om uw registratie te bevestigen en effectief te maken. Pas dan
kan u inloggen.

Na registratie krijgt u van ons elke week een e-zine toegestuurd via e-mail (4
per maand, met elk een unieke en verschillende inhoud).

Uitschrijven kunt u via de uitschrijf-link onderaan onze mails.

P.S. Betalende gebruikers van HRMinfo (houders van een PASSport) hebben toegang
tot al onze informatie en diensten.



Voornaam

Naam

Bedrijf/organisatie

E-mail adres (liefst professioneel)

Bevestiging e-mail

Taal
NL      FR
Geslacht
Man Vrouw
Ik werk als
HR-dienstverlener HR-professional Niet HRM

HRM - WERKTERREINEN

(Meerdere, maar maximum drie, zijn mogelijk)

Algemeen HRM-beleid
Werving en selectie
Vorming, training en ontwikkeling
Compensation & benefits
HR-administratie
Sociale relaties
Competentiemanagement
e-HRM en HR-informatiesystemen
Interne communicatie
Organisatieontwikkeling & -design
Andere

NIET HRM - WERKTERREIN

VERANTWOORDELIJKHEID

Director
Manager
Medewerker
Administratief bediende




HRMinfo/BizInfo beschermt uw privacy door de algemene verordening van de
Europese Unie inzake gegevensbescherming (GDPR) na te leven. Wij gebruiken uw
persoonlijke gegevens niet zonder uw uitdrukkelijke toestemming. Privacy & GDPR
beleid.

Ik geef HRMinfo/BizInfo toestemming om mijn gegevens op te slaan, te bewaren en
te gebruiken, en om mij via e-mail op de hoogte te houden van activiteiten (HR
knowledge events zoals seminars, workshops, themadagen, bootcamps, etc.), eigen
publicaties in lijn met mijn bovengenoemde expertisegebieden en ook over
activiteiten of initiatieven van haar partners/adverteerders. Mijn gegevens
worden niet verkocht of doorgegeven aan derden.

Ik geef HRMinfo/BizInfo toestemming om persoonlijke informatie over mijn
surfgedrag op deze website te verzamelen en bij te houden, met als doel te
achterhalen of ik via een externe campagne op deze website ben geland en/of om
externe platforms te targeten op basis van mijn gebruik van en surfgedrag op
deze website.

Expliciete inschrijving voor toekrijgen van de wekelijkse e-zines



Verzenden
 * Copyright 2022
 * disclaimer/privacy
 * contact
 * HRMinfo