bewerbung.hm-oberberg.de Open in urlscan Pro
37.27.95.21  Public Scan

URL: https://bewerbung.hm-oberberg.de/
Submission: On May 21 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST submit_application.php

<form id="application-form" action="submit_application.php" method="POST" enctype="multipart/form-data">
  <!-- Personal Information -->
  <div class="form-section">
    <p><strong>Bitte füllen Sie die Felder aus.</strong></p>
    <hr>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="vorname">Vorname <span style="color: red;">*</span></label>
        <input type="text" class="form-control" id="vorname" name="vorname" required="">
      </div>
      <div class="form-group col-md-6">
        <label for="nachname">Nachname <span style="color: red;">*</span></label>
        <input type="text" class="form-control" id="nachname" name="nachname" required="">
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="rufnummer">Rufnummer <span style="color: red;">*</span></label>
        <input type="tel" class="form-control" id="rufnummer" name="rufnummer" required="">
      </div>
      <div class="form-group col-md-6">
        <label for="email">E-Mail <span style="color: red;">*</span></label>
        <input type="email" class="form-control" id="email" name="email" required="">
      </div>
    </div>
    <div class="form-group">
      <label for="wohnanschrift">Wohnanschrift <span style="color: red;">*</span></label>
      <input type="text" class="form-control" id="wohnanschrift" name="wohnanschrift" required="">
      <sub>Straße + Hausnummer</sub>
    </div>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="plz">PLZ <span style="color: red;">*</span></label>
        <input type="text" class="form-control" id="plz" name="plz" required="">
      </div>
      <div class="form-group col-md-6">
        <label for="stadt">Stadt <span style="color: red;">*</span></label>
        <input type="text" class="form-control" id="stadt" name="stadt" required="">
      </div>
    </div>
    <div class="form-group">
      <label for="fuehrerschein">Besitzen Sie einen Führerschein?</label>
      <select class="form-control" id="fuehrerschein" name="fuehrerschein">
        <option>Ja</option>
        <option>Nein</option>
      </select>
    </div>
    <div class="form-group">
      <label>Haben Sie einen Aufenthaltstitel inkl. einer Arbeitserlaubnis?</label>
      <div>
        <div class="form-check">
          <input class="form-check-input" type="radio" name="aufenthaltstitel" id="aufenthaltstitelJa" value="Ja">
          <label class="form-check-label" for="aufenthaltstitelJa">Ja</label>
        </div>
        <div class="form-check">
          <input class="form-check-input" type="radio" name="aufenthaltstitel" id="aufenthaltstitelNein" value="Nein">
          <label class="form-check-label" for="aufenthaltstitelNein">Nein</label>
        </div>
        <div class="form-check">
          <input class="form-check-input" type="radio" name="aufenthaltstitel" id="aufenthaltstitelDeutsche" value="Ich habe eine Deutsche Staatsangehörigkeit">
          <label class="form-check-label" for="aufenthaltstitelDeutsche">Ich habe eine Deutsche Staatsangehörigkeit</label>
        </div>
      </div>
    </div>
  </div>
  <!-- Job Information -->
  <div class="form-section">
    <h4>Stelleninformationen</h4>
    <hr>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="stelle">Sie suchen eine Stelle auf...? <span style="color: red;">*</span></label>
        <select class="form-control" id="stelle" name="stelle" required="">
          <option>Mitarbeiter/in - Montage- &amp; Umzugsservice</option>
          <option>Mitarbeiter/in - Büro / Vertrieb</option>
          <option>Fachkraft - Umzug</option>
          <option>Mitarbeiter/in - Objektpflege</option>
          <option>Mitarbeiter/in - Reinigung</option>
        </select>
      </div>
      <div class="form-group col-md-6">
        <label for="arbeitszeitmodell">Für Bewerbungen im Büro &amp; Zeiteinschränkungen: Bitte wählen Sie ein Arbeitszeitmodell aus?!</label>
        <select class="form-control" id="arbeitszeitmodell" name="arbeitszeitmodell">
          <option>Vollzeit</option>
          <option>Teilzeit</option>
          <option>Mini-Job</option>
        </select>
      </div>
    </div>
    <div class="form-group">
      <label>Können Sie Samstags arbeiten? <span style="color: red;">*</span></label>
      <div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="samstags" id="samstagsJa" value="Ja" required="">
          <label class="form-check-label" for="samstagsJa">Ja</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="samstags" id="samstagsNein" value="Nein">
          <label class="form-check-label" for="samstagsNein">Nein</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="samstags" id="samstagsMax" value="max">
          <label class="form-check-label" for="samstagsMax">max. jeden zweiten Samstag</label>
        </div>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="bewerbungStelle">Auf welche Stelle bewerben Sie sich? <span style="color: red;">*</span></label>
        <select class="form-control" id="bewerbungStelle" name="bewerbungStelle" required="">
          <option>Mitarbeiter/in - Montage- &amp; Umzugsservice</option>
          <option>Mitarbeiter/in - Büro / Vertrieb</option>
          <option>Fachkraft - Umzug</option>
          <option>Mitarbeiter/in - Objektpflege</option>
          <option>Mitarbeiter/in - Reinigung</option>
        </select>
      </div>
      <div class="form-group col-md-6">
        <label for="ausbildungsplatz">Ausbildungsplatz</label>
        <select class="form-control" id="ausbildungsplatz" name="ausbildungsplatz">
          <option>Fachkraft für Küchen- Möbel- &amp; Umzugsservice</option>
          <option>Kaufmann/Kauffrau für Büromanagement</option>
        </select>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-md-6">
        <label for="gehalt">Was ist Ihr gewünschtes Gehalt? <span style="color: red;">*</span></label>
        <input type="text" class="form-control" id="gehalt" name="gehalt" required="">
      </div>
      <div class="form-group col-md-6">
        <label for="startdatum">Startdatum? <span style="color: red;">*</span></label>
        <input type="text" class="form-control datepicker" id="startdatum" name="startdatum" required="">
      </div>
    </div>
    <div class="form-group">
      <label>Sind Sie bereit 1-2 Tage auf Probe zu Arbeiten? <span style="color: red;">*</span></label>
      <div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="probe" id="probeJa" value="Ja" required="">
          <label class="form-check-label" for="probeJa">Ja</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="probe" id="probeNein" value="Nein">
          <label class="form-check-label" for="probeNein">Nein</label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <label>Haben Sie eine abgeschlossene Berufsausbildung? <span style="color: red;">*</span></label>
      <div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="ausbildung" id="ausbildungJa" value="Ja" required="">
          <label class="form-check-label" for="ausbildungJa">Ja</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="ausbildung" id="ausbildungNein" value="Nein">
          <label class="form-check-label" for="ausbildungNein">Nein</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="ausbildung" id="ausbildungZusatz" value="Zusatz">
          <label class="form-check-label" for="ausbildungZusatz">+ Zusatzqualifikationen</label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <label>Haben Sie Berufserfahrung in dem Bereich, worauf Sie sich heute bewerben? <span style="color: red;">*</span></label>
      <div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="erfahrung" id="erfahrungJa" value="Ja" required="">
          <label class="form-check-label" for="erfahrungJa">Ja</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="erfahrung" id="erfahrungNein" value="Nein">
          <label class="form-check-label" for="erfahrungNein">Nein</label>
        </div>
      </div>
    </div>
  </div>
  <!-- Work History -->
  <div class="form-section" id="work-history-section">
    <h4>Ihr letztes Arbeitsverhältnis?</h4>
    <div id="no-work-history-message" class="text-muted" style="display: none;"> Keine vorherriges Arbeitsverhältnis angeben. </div>
    <div class="work-history-entry">
      <div class="form-group">
        <label for="unternehmen">Unternehmen</label>
        <input type="text" class="form-control" name="unternehmen[]">
      </div>
      <div class="form-group">
        <label for="position">Position</label>
        <input type="text" class="form-control" name="position[]">
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="von">von</label>
          <input type="text" class="form-control datepicker" name="von[]">
        </div>
        <div class="form-group col-md-6">
          <label for="bis">bis</label>
          <input type="text" class="form-control datepicker" name="bis[]">
        </div>
      </div>
      <span class="remove-btn">Entfernen</span>
      <hr>
    </div>
  </div>
  <button type="button" class="btn btn-link" id="add-more-btn">Hinzufügen +</button>
  <!-- File Upload -->
  <div class="form-section">
    <div class="form-group">
      <label for="lebenslauf">(Anschreiben-) Lebenslauf</label>
      <div class="file-drop-area">
        <span class="icon">⇪</span>
        <span class="instructions">Browse Files<br>Drag and drop files here</span>
        <input type="file" id="lebenslauf" name="lebenslauf">
      </div>
    </div>
    <div class="form-group">
      <label for="zeugnisse">Zeugnisse &amp; Co.</label>
      <div class="file-drop-area">
        <span class="icon">⇪</span>
        <span class="instructions">Browse Files<br>Drag and drop files here</span>
        <input type="file" id="zeugnisse" name="zeugnisse">
      </div>
    </div>
  </div>
  <!-- Terms and Conditions -->
  <div class="form-group">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" id="terms" name="terms" required="">
      <label class="form-check-label" for="terms"> Ich stimme der <a href="#">A.G.B</a> zu. <span style="color: red;">*</span>
      </label>
    </div>
  </div>
  <!-- Signature and Date -->
  <div class="form-row">
    <div class="form-group col-md-6">
      <label for="datum">Datum</label>
      <input type="text" class="form-control datepicker" id="datum" name="datum">
    </div>
    <div class="form-group col-md-6">
      <label for="signature-pad-container">Unterschrift</label>
      <div id="signature-pad-container">
        <canvas id="signature-pad" class="form-control" name="unterschrift" width="528" style="touch-action: none;" height="200"></canvas>
        <span class="clear-btn">✖</span>
      </div>
      <input type="hidden" id="signature-data" name="signature-data">
    </div>
  </div>
  <!-- Submit Button -->
  <button type="submit" class="btn btn-primary">Absenden</button>
</form>

Text Content

BEWERBUNGSFORMULAR

HM-Oberberg Dienstleistungen GmbH

Bitte füllen Sie die Felder aus.

--------------------------------------------------------------------------------

Vorname *
Nachname *
Rufnummer *
E-Mail *
Wohnanschrift * Straße + Hausnummer
PLZ *
Stadt *
Besitzen Sie einen Führerschein? Ja Nein
Haben Sie einen Aufenthaltstitel inkl. einer Arbeitserlaubnis?
Ja
Nein
Ich habe eine Deutsche Staatsangehörigkeit

STELLENINFORMATIONEN

--------------------------------------------------------------------------------

Sie suchen eine Stelle auf...? * Mitarbeiter/in - Montage- & Umzugsservice
Mitarbeiter/in - Büro / Vertrieb Fachkraft - Umzug Mitarbeiter/in - Objektpflege
Mitarbeiter/in - Reinigung
Für Bewerbungen im Büro & Zeiteinschränkungen: Bitte wählen Sie ein
Arbeitszeitmodell aus?! Vollzeit Teilzeit Mini-Job
Können Sie Samstags arbeiten? *
Ja
Nein
max. jeden zweiten Samstag
Auf welche Stelle bewerben Sie sich? * Mitarbeiter/in - Montage- & Umzugsservice
Mitarbeiter/in - Büro / Vertrieb Fachkraft - Umzug Mitarbeiter/in - Objektpflege
Mitarbeiter/in - Reinigung
Ausbildungsplatz Fachkraft für Küchen- Möbel- & Umzugsservice Kaufmann/Kauffrau
für Büromanagement
Was ist Ihr gewünschtes Gehalt? *
Startdatum? *
Sind Sie bereit 1-2 Tage auf Probe zu Arbeiten? *
Ja
Nein
Haben Sie eine abgeschlossene Berufsausbildung? *
Ja
Nein
+ Zusatzqualifikationen
Haben Sie Berufserfahrung in dem Bereich, worauf Sie sich heute bewerben? *
Ja
Nein

IHR LETZTES ARBEITSVERHÄLTNIS?

Keine vorherriges Arbeitsverhältnis angeben.
Unternehmen
Position
von
bis
Entfernen

--------------------------------------------------------------------------------

Hinzufügen +
(Anschreiben-) Lebenslauf
⇪ Browse Files
Drag and drop files here
Zeugnisse & Co.
⇪ Browse Files
Drag and drop files here
Ich stimme der A.G.B zu. *
Datum
Unterschrift
✖
Absenden