recruitmentlaraveldev.digitaltolk.com Open in urlscan Pro
13.49.24.48  Public Scan

URL: https://recruitmentlaraveldev.digitaltolk.com/
Submission: On July 11 via api from US — Scanned from SE

Form analysis 1 forms found in the DOM

POST https://recruitmentlaraveldev.digitaltolk.com/validate-application

<form method="POST" action="https://recruitmentlaraveldev.digitaltolk.com/validate-application" enctype="multipart/form-data" id="applicationForm">
  <input type="hidden" name="_token" value="1BzeclbAbVpUGN2tYkWLW04SEKXPgRlqjpoJg6uy">
  <input type="hidden" name="is_interpreter" value="0">
  <input type="hidden" name="is_text_translator" value="0">
  <input type="hidden" name="is_internal_staff" value="0">
  <input type="hidden" name="is_devs" value="1">
  <div class="form-group row required for-interpreter for-text-translator ">
    <label for="first_name" class="col-sm-4 col-form-label text-md-right">First name</label>
    <div class="col-md-6">
      <input id="first_name" type="text" class="form-control custom-input" name="first_name" value="" required="">
    </div>
  </div>
  <style>
    .display-none {
      display: none !important;
    }
  </style>
  <div class="form-group row required for-interpreter for-text-translator ">
    <label for="last_name" class="col-sm-4 col-form-label text-md-right">Last name</label>
    <div class="col-md-6">
      <input id="last_name" type="text" class="form-control custom-input" name="last_name" value="" required="">
    </div>
  </div>
  <style>
    .display-none {
      display: none !important;
    }
  </style>
  <div class="form-group row required for-interpreter for-text-translator ">
    <label for="email" class="col-sm-4 col-form-label text-md-right">Email</label>
    <div class="col-md-6">
      <input id="email" type="text" class="form-control custom-input" name="email" value="" required="">
    </div>
  </div>
  <style>
    .display-none {
      display: none !important;
    }
  </style>
  <div class="form-group row required for-interpreter for-text-translator">
    <label for="cv" class="col-sm-4 col-form-label text-md-right">CV</label>
    <div class="col-md-6">
      <div class="custom-file is-default mb-3">
        <input id="cv" type="file" class="custom-file-input c-file form-control-file" name="cv" required="">
        <label class="custom-file-label is-default" for="customFile"> No file chosen </label>
      </div>
    </div>
  </div>
  <script>
    $(".custom-file-input").on("change", function() {
      let fileName = $(this).val().split("\\").pop()
      $(this).siblings(".custom-file-label").addClass("selected").html(fileName)
    });
  </script>
  <div class="form-group row  for-interpreter for-text-translator">
    <label for="cover_letter" class="col-sm-4 col-form-label text-md-right">Cover Letter</label>
    <div class="col-md-6">
      <div class="custom-file is-default mb-3">
        <input id="cover_letter" type="file" class="custom-file-input c-file form-control-file" name="cover_letter[]" multiple="">
        <label class="custom-file-label is-default" for="customFile"> No file chosen </label>
      </div>
    </div>
  </div>
  <script>
    $(".custom-file-input").on("change", function() {
      let fileName = $(this).val().split("\\").pop()
      $(this).siblings(".custom-file-label").addClass("selected").html(fileName)
    });
  </script>
  <hr class="mb-4">
  <div class="form-group required mt-5">
    <div class="text-center d-flex">
      <input type="hidden" name="gdpr" value="0">
      <label class="customCheck is-default">
        <input type="checkbox" id="gdpr" name="gdpr" value="1" required="">
        <span class="checkmark is-default"></span>
      </label>
      <label for="gdpr" class="col-form-label text-justify ml-2 pt-0">By submitting this form you consent to us processing the information you are submitting, with the intention of handling your work application. <br> Your personal details will never
        be shared with any third parties and are being collected with the sole intention of handling your application for this position.</label>
    </div>
  </div>
  <div class="form-group row mb-0">
    <div class="col-md-8 offset-md-4">
      <button type="submit" class="btn btn-submit is-default btn-app-form"> Save </button>
    </div>
    <div class="err-toggle alert alert-danger alert-dismissible fade" role="alert">
      <strong>Error: </strong> Please check that all fields are filled in correctly <button type="button" class="close" data-dismiss="alert" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
  </div>
</form>

Text Content

APPLICATION

First name

Last name

Email

CV
No file chosen
Cover Letter
No file chosen

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

By submitting this form you consent to us processing the information you are
submitting, with the intention of handling your work application.
Your personal details will never be shared with any third parties and are being
collected with the sole intention of handling your application for this
position.
Save
Error: Please check that all fields are filled in correctly ×