apply.gbos.gm Open in urlscan Pro
206.83.154.107  Public Scan

URL: https://apply.gbos.gm/
Submission: On March 26 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

<form novalidate="" class="needs-validation msform" id="step1">
  <fieldset>
    <div class="form-card">
      <div class="row">
        <div class="col-7">
          <h2 class="fs-title"> Identification: </h2>
        </div>
        <div class="col-5">
          <h2 class="steps"> Step 1 - 5 </h2>
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Firstname: <strong style="color:red;">*</strong>
          </label>
          <input required="" class="form-control" name="name" placeholder="Your name" minlength="2" maxlength="100">
          <input type="hidden" class="form-control" name="id">
        </div>
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Middle name/Initial(s) : <strong style="color:red;"></strong>
          </label>
          <input class="form-control" name="middle" placeholder="Your middle name/initials" maxlength="100">
        </div>
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Surname: <strong style="color:red;">*</strong>
          </label>
          <input required="" class="form-control" name="surname" placeholder="Your surname" minlength="2" maxlength="100">
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Date of birth: <strong style="color:red;">*</strong>
          </label> <!--min="1968-01-01" max="2002-12-31" -->
          <input required="" type="text" id="Bdate" class="form-control" name="birth_date" format="dd/mm/yyyy" readonly="readonly" style="background:white;" max="01/04/2006" min="31/12/1964">
        </div>
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Sex: <strong style="color:red;">*</strong>
          </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="M" id="customRadioInline3" name="sex" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="customRadioInline3">Male</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="F" id="customRadioInline4" name="sex" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="customRadioInline4">Female</label>
          </div>
        </div>
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Current address: <strong style="color:red;"></strong>
          </label>
          <input type="text" class="form-control" name="current_address" pattern="^[a-zA-Z0-9 @;,]{5,100}$" placeholder="Your current address">
        </div>
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Citizenship identification mode: </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="id_card" id="censusIdType1" name="censusIdType" class="my-custom-control-input" checked="" required="">
            <label class="my-custom-control-label" for="censusIdType1">ID Card</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="passport" id="censusIdType2" name="censusIdType" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="censusIdType2">Passport</label>
          </div>
        </div>
        <div class="col-md-12 col-lg-4" style="display:;">
          <label class="fieldlabels"> Id card number: <strong style="color:red;">*</strong>
          </label>
          <input required="" type="text" class="idCardNumber form-control" name="nin" placeholder="Your id card number " pattern="^[0-9]([a-zA-Z0-9@-]{11})$"
            onblur="this.value = this.value.replace(/[_*$-]/g, &quot;&quot;);if(!this.value){ $(this).addClass(&quot;is-invalid&quot;); }">
        </div>
        <div class="col-md-12 col-lg-4" style="display:;">
          <label class="fieldlabels"> National ID card copy: <strong style="color:red;">* </strong>
            <span><a class="mytooltip tooltip-effect-9" href="#" title="File size must be less than or equal to 5 Mb"><i class="fa fa-question-circle-o"></i></a></span>
          </label>
          <input type="file" class="form-control" name="id_card" placeholder="Your Id Card copy" accept="application/pdf,image/*">
        </div>
        <div class="col-md-12 col-lg-4" style="display:none;">
          <label class="fieldlabels"> Passport number: <strong style="color:red;">*</strong>
          </label>
          <input type="text" class="form-control" name="passport" placeholder="Your passport number " pattern="^(pc|PC)([a-zA-Z0-9]{6})$"
            onblur="this.value = this.value.replace(/[_*$-]/g, &quot;&quot;);if(!this.value){ $(this).addClass(&quot;is-invalid&quot;); }">
        </div>
        <div class="col-md-12 col-lg-4" style="display:none;">
          <label class="fieldlabels"> Passport copy: <strong style="color:red;">*</strong> <span><a class="mytooltip tooltip-effect-9" href="#" title="File size must be less than or equal to 5 Mb"><i class="fa fa-question-circle-o"></i></a></span>
          </label>
          <input type="file" class="form-control" name="passport_copy" placeholder="Your passport copy" accept="application/pdf,image/*">
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-4">
          <label class="fieldlabels"> Face photo: <strong style="color:red;"></strong> <span><a class="mytooltip tooltip-effect-9" href="#" title="File size must be less than or equal to 5 Mb"><i class="fa fa-question-circle-o"></i></a></span>
          </label>
          <input type="file" class="form-control" name="photo" placeholder="Facial image" accept="application/pdf,image/*">
        </div>
        <!-- <div class="col-md-12 col-lg-4">
                                                                    <label class="fieldlabels">
                                                                        Permanent address/usual residence (District): <strong style="color:red;">*</strong>
                                                                    </label>
                                                                    <select class="form-control" name="usualDistrict" placeholder="Your usual residence" required id="usualDistrict">
                                                                                                                                            </select>
                                                                </div> -->
        <!--<div class="col-md-12 col-lg-6">
                                                              <label class="fieldlabels">
                                                                  Temporal address <span class="text-info" style="font-size: 10px;">(Where the census is likely to find you residing)</span>: <strong style="color:red;">*</strong> 
                                                              </label>
                                                              <select class="form-control" name="temporalDistrict" placeholder="Your temporal residence" required id="temporalDistrict">
                                                                                                                             </select>
                                                          </div>-->
      </div>
    </div>
    <input class="next action-button" name="next" type="button" value="Next" href="#personal">
  </fieldset>
</form>

<form novalidate="" class="needs-validation msform" id="step2" style="display: none;">
  <fieldset>
    <div class="form-card">
      <div class="row">
        <div class="col-7">
          <h2 class="fs-title"> Personal information: </h2>
        </div>
        <div class="col-5">
          <h2 class="steps"> Step 2 - 5 </h2>
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Local Government Area (LGA) of posting: <strong style="color:red;">*</strong>
          </label>
          <select required="" class="form-control select2-hidden-accessible" name="lga" id="lga" data-select2-id="select2-data-lga" tabindex="-1" aria-hidden="true">
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-7-8vu0" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-lga-container" aria-controls="select2-lga-container"><span class="select2-selection__rendered"
                  id="select2-lga-container" role="textbox" aria-readonly="true" title="Choose lga"><span class="select2-selection__placeholder">Choose lga</span></span><span class="select2-selection__arrow"
                  role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> District of posting (Choice 1): <strong style="color:red;">*</strong>
          </label>
          <select required="" class="form-control select2-hidden-accessible" name="posting_district" id="posting_district" data-select2-id="select2-data-posting_district" tabindex="-1" aria-hidden="true">
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-8-tedh" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-posting_district-container" aria-controls="select2-posting_district-container"><span
                  class="select2-selection__rendered" id="select2-posting_district-container" role="textbox" aria-readonly="true" title="Choose district"><span class="select2-selection__placeholder">Choose district</span></span><span
                  class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> District of posting (Choice 2): <strong style="color:red;"></strong>
          </label>
          <select class="form-control select2-hidden-accessible" name="posting_district_2" id="posting_district_2" data-select2-id="select2-data-posting_district_2" tabindex="-1" aria-hidden="true">
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-9-4tmk" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-posting_district_2-container" aria-controls="select2-posting_district_2-container"><span
                  class="select2-selection__rendered" id="select2-posting_district_2-container" role="textbox" aria-readonly="true" title="Choose district"><span class="select2-selection__placeholder">Choose district</span></span><span
                  class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> District of posting (Choice 3): <strong style="color:red;"></strong>
          </label>
          <select class="form-control select2-hidden-accessible" name="posting_district_3" id="posting_district_3" data-select2-id="select2-data-posting_district_3" tabindex="-1" aria-hidden="true">
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-10-2pqp" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-posting_district_3-container" aria-controls="select2-posting_district_3-container"><span
                  class="select2-selection__rendered" id="select2-posting_district_3-container" role="textbox" aria-readonly="true" title="Choose district"><span class="select2-selection__placeholder">Choose district</span></span><span
                  class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Personal Phone number : <strong style="color:red;">*</strong>
          </label>
          <input type="text" class="form-control" name="phone" required="" placeholder="Your identified phone number" pattern="^((?![0-1])[0-9]{7})$">
          <!-- <input type="text" class="form-control" name="telephone"  required placeholder="exemple: 706753412" pattern="^(70|75|76|77|78)(\d){7}$"  onblur='this.value = this.value.replace(/[A-Za-z$-]/g, "");' oninvalid="setCustomValidity('Un numero valide commence par 70,75,76,77,78')"> -->
          <!--      ///^(70|75|76|77|78)(\d){7}$/gm  -->
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Whatsapp phone number: <strong style="color:red;"></strong>
          </label>
          <input type="text" class="form-control" name="whatsappPhone" placeholder="Your Whatsapp phone number" pattern="^((?![0-1])[0-9]{7})$">
          <!-- see https://regex101.com/r/dT7jZ1/1 -->
        </div>
        <div class="col-md-12 col-lg-6" style="">
          <label class="fieldlabels"> Phone number 2: </label>
          <input type="text" class="form-control" name="phone2" placeholder="Your second phone number" pattern="^((?![0-1])[0-9]{7})$">
        </div>
        <div class="col-md-12 col-lg-6" style="">
          <label class="fieldlabels"> Phone number 3: </label>
          <input type="text" class="form-control" name="phone3" placeholder="Your third phone number" pattern="^((?![0-1])[0-9]{7})$">
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-12">
          <label class="fieldlabels"> Email : <strong style="color:red;"></strong>
          </label>
          <input type="email" class="form-control" name="email" placeholder="Your E-mail" pattern="([_a-z0-9]+[\._a-z0-9]*)(\+[a-z0-9]+)?@(([a-z0-9-]+\.)*[a-z]{2,4})" minlength="10" maxlength="100">
          <!-- Regex email see https://regex101.com/r/qB2yK5/1 -->
        </div>
      </div>
    </div>
    <input class="next action-button" name="next" type="button" value="Next" href="#payment">
    <input class="previous action-button-previous" name="previous" type="button" value="Previous">
  </fieldset>
</form>

<form novalidate="" class="needs-validation msform" id="step3" style="display: none;">
  <fieldset>
    <div class="form-card">
      <div class="row">
        <div class="col-7">
          <h2 class="fs-title"> Studies: </h2>
        </div>
        <div class="col-5">
          <h2 class="steps"> Step 3 - 5 </h2>
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> highest diploma/certificate obtained : <strong style="color:red;">*</strong>
          </label>
          <select class="form-control" name="diploma" placeholder="Diplôme btenu" required="">
            <option value="">Choose your last diploma</option>
            <option value="WASSCE">WASSCE</option>
            <option value="O LEVEL/A LEVEL">O LEVEL/A LEVEL</option>
            <option value="SECONDARY FOURTH">SECONDARY FOURTH</option>
            <option value="VOCATIONAL">VOCATIONAL</option>
            <option value="HTC, PTC, CAT, AAT &amp; other diplomas">HTC, PTC, CAT, AAT &amp; other diplomas</option>
            <option value="BACHELORS/ACCA OR EQUIVALENT OR HIGHER">BACHELORS/ACCA OR EQUIVALENT OR HIGHER</option>
            <option value="ONGOING BACHELOR’S STUDENT OR HIGHER">ONGOING BACHELOR’S STUDENT OR HIGHER</option>
          </select>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Copy of diploma or certificate: </label>
          <input type="file" class="form-control" name="diplomaFile" placeholder="Your diploma file" accept="application/pdf,image/*" multiple="" required="">
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Profession: <strong style="color:red;">*</strong>
          </label>
          <input type="text" class="form-control" name="profession" placeholder="Your Profession" pattern="^[A-Za-z ]+$" required="">
          <input type="hidden" name="work" id="work">
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Local languages fluently spoken (1) : <strong style="color:red;">*</strong>
          </label>
          <select class="form-control select2-hidden-accessible" name="language1" required="" id="language1" data-select2-id="select2-data-language1" tabindex="-1" aria-hidden="true">
            <option value="" data-select2-id="select2-data-2-4lu7"></option>,<option value="Mandinka">Mandinka</option>,<option value="Jahanka">Jahanka</option>,<option value="Wollof">Wollof</option>,<option value="Balante">Balante</option>,<option
              value="Fula">Fula</option>,<option value="Tukulur">Tukulur</option>,<option value="Lorobo">Lorobo</option>,<option value="Jola">Jola</option>,<option value="Karoninka">Karoninka</option>,<option value="Sarahule">Sarahule</option>,
            <option value="Serere">Serere</option>,<option value="Krio">Krio</option>,<option value="Aku">Aku</option>,<option value="Marabout">Marabout</option>,<option value="Manjago">Manjago</option>,<option value="Bambara">Bambara</option>
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-1-on00" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-language1-container" aria-controls="select2-language1-container"><span class="select2-selection__rendered"
                  id="select2-language1-container" role="textbox" aria-readonly="true" title="Choose language"><span class="select2-selection__placeholder">Choose language</span></span><span class="select2-selection__arrow"
                  role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
      <div class="row form-group" style="">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Local languages fluently spoken (2): </label>
          <select class="form-control select2-hidden-accessible" name="language2" id="language2" data-select2-id="select2-data-language2" tabindex="-1" aria-hidden="true">
            <option value="" data-select2-id="select2-data-4-clks"></option>,<option value="Mandinka">Mandinka</option>,<option value="Jahanka">Jahanka</option>,<option value="Wollof">Wollof</option>,<option value="Balante">Balante</option>,<option
              value="Fula">Fula</option>,<option value="Tukulur">Tukulur</option>,<option value="Lorobo">Lorobo</option>,<option value="Jola">Jola</option>,<option value="Karoninka">Karoninka</option>,<option value="Sarahule">Sarahule</option>,
            <option value="Serere">Serere</option>,<option value="Krio">Krio</option>,<option value="Aku">Aku</option>,<option value="Marabout">Marabout</option>,<option value="Manjago">Manjago</option>,<option value="Bambara">Bambara</option>
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-3-jjd2" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-language2-container" aria-controls="select2-language2-container"><span class="select2-selection__rendered"
                  id="select2-language2-container" role="textbox" aria-readonly="true" title="Choose language"><span class="select2-selection__placeholder">Choose language</span></span><span class="select2-selection__arrow"
                  role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Local languages fluently spoken (3): </label>
          <select class="form-control select2-hidden-accessible" name="language3" id="language3" data-select2-id="select2-data-language3" tabindex="-1" aria-hidden="true">
            <option value="" data-select2-id="select2-data-6-bhb0"></option>,<option value="Mandinka">Mandinka</option>,<option value="Jahanka">Jahanka</option>,<option value="Wollof">Wollof</option>,<option value="Balante">Balante</option>,<option
              value="Fula">Fula</option>,<option value="Tukulur">Tukulur</option>,<option value="Lorobo">Lorobo</option>,<option value="Jola">Jola</option>,<option value="Karoninka">Karoninka</option>,<option value="Sarahule">Sarahule</option>,
            <option value="Serere">Serere</option>,<option value="Krio">Krio</option>,<option value="Aku">Aku</option>,<option value="Marabout">Marabout</option>,<option value="Manjago">Manjago</option>,<option value="Bambara">Bambara</option>
          </select><span class="select2 select2-container select2-container--bootstrap4" dir="ltr" data-select2-id="select2-data-5-3ep3" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single"
                role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-language3-container" aria-controls="select2-language3-container"><span class="select2-selection__rendered"
                  id="select2-language3-container" role="textbox" aria-readonly="true" title="Choose language"><span class="select2-selection__placeholder">Choose language</span></span><span class="select2-selection__arrow"
                  role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
      <div class="row form-group" style="">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Do you have any computer knowledge?: <strong style="color:red;">*</strong>
          </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="1" id="customRadioInline1" name="computer_knowledge" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="customRadioInline1">Yes</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="0" id="customRadioInline2" name="computer_knowledge" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="customRadioInline2">No</label>
          </div>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Do you have experience in the use of tablet/smartphone?: <strong style="color:red;">*</strong>
          </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="1" id="digitalExperience1" name="digitalExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="digitalExperience1">Yes</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="0" id="digitalExperience2" name="digitalExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="digitalExperience2">No</label>
          </div>
        </div>
      </div>
      <div class="row form-group" style="">
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Have you ever participated in a Population and Housing Census?: <strong style="color:red;">*</strong>
          </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="1" id="censusExperience1" name="censusExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="censusExperience1">Yes</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="0" id="censusExperience2" name="censusExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="censusExperience2">No</label>
          </div>
        </div>
        <div class="col-md-12 col-lg-6" style="visibility:visible;">
          <label class="fieldlabels"> number of times you participated in a Population and Housing census </label>
          <br>
          <select class="form-control" name="nbr_census" id="nbr_census">
            <option value=""> Choose number </option>
            <option value="1"> 1 </option>
            <option value="2"> 2 or more </option>
          </select>
        </div>
        <div class="col-md-12 col-lg-6">
          <label class="fieldlabels"> Have you ever participated in a survey?: <strong style="color:red;">*</strong>
          </label>
          <br>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="1" id="surveyExperience1" name="surveyExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="surveyExperience1">Yes</label>
          </div>
          <div class="my-custom-control my-custom-radio my-custom-control-inline">
            <input type="radio" value="0" id="surveyExperience2" name="surveyExperience" class="my-custom-control-input" required="">
            <label class="my-custom-control-label" for="surveyExperience2">No</label>
          </div>
        </div>
        <div class="col-md-12 col-lg-6" style="visibility:visible;">
          <label class="fieldlabels"> number of times you participated in a survey </label>
          <br>
          <select class="form-control" name="nbr_survey" id="nbr_survey">
            <option value=""> Choose number </option>
            <option value="1"> 1 </option>
            <option value="2"> 2 </option>
            <option value="3"> 3 </option>
            <option value="4"> 4 or more </option>
          </select>
        </div>
      </div>
      <div class="row form-group" style="">
        <div class="col-md-12 col-lg-6" style="visibility:visible ;" id="zone_attest_experience_census">
        </div>
        <div class="col-md-12 col-lg-6" style="visibility:hidden ;" id="zone_attest_experience_survey">
        </div>
      </div>
    </div>
    <input class="next action-button" name="next" type="button" value="Next" href="#fichers">
    <input class="previous action-button-previous" name="previous" type="button" value="Previous">
  </fieldset>
</form>

<form novalidate="" class="needs-validation msform" id="step4" style="display: none;">
  <fieldset>
    <div class="form-card">
      <div class="row">
        <div class="col-7">
          <h2 class="fs-title"> Attachments(loading files): </h2>
        </div>
        <div class="col-5">
          <h2 class="steps"> Step 4 - 5 </h2>
        </div>
      </div>
      <div class="row form-group">
        <div class="col-md-12 col-lg-6" style="">
          <label class="fieldlabels"> Curriculum vitae (C.V.): <strong style="color:red;"></strong>
          </label>
          <input type="file" class="form-control" name="curriculum_vitae" placeholder="Your C.V." accept="application/pdf,image/*">
        </div>
        <div class="col-md-12 col-lg-6">
          <div class="d-flex align-items-center col-md-12">
            <div class="col-2 d-inline-block" style="padding-top: 28px;">
              <img data-lazysrc="https://apply.gbos.gm/captcha.php" style="vertical-align: middle;float: right;" id="captcha_image" src="https://apply.gbos.gm/captcha.php">
              <br>
              <a id="captcha_reload" href="#" style="float: right;">Reload</a>
            </div>
            <div class="col-10 d-inline-block">
              <label class="fieldlabels"> Enter validation code (figure in the image below) <strong style="color:red;">*</strong>
              </label>
              <input minlength="4" maxlength="4" name="captcha" type="text" class="form-control" required="">
            </div>
          </div>
        </div>
      </div>
    </div>
    <input class="next action-button" name="next" type="button" value="Submit" id="applyBtn">
    <button class="btn btn-secondary" type="button" disabled="" id="applyBtnLoading" style="display:none;float:right">
      <span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> In progress, Please wait ... </button>
    <input class="previous action-button-previous" name="previous" type="button" value="Previous">
  </fieldset>
</form>

<form novalidate="" class="needs-validation msform" id="step5" style="display: none;">
  <fieldset>
    <div class="form-card">
      <div class="row">
        <div class="col-7">
          <h2 class="fs-title"> Done: </h2>
        </div>
        <div class="col-5">
          <h2 class="steps"> Step 5 - 5 </h2>
        </div>
      </div>
      <br>
      <br>
      <h2 class="purple-text text-center">
        <strong> Successful ! </strong>
      </h2>
      <br>
      <div class="row justify-content-center">
        <div class="col-3">
          <img class="fit-image" data-lazysrc="assets/img/check_apply.png" src="assets/img/check_apply.png">
        </div>
      </div>
      <br>
      <br>
      <div class="row justify-content-center">
        <div class="col-7 text-center">
          <h5 class="purple-text text-center success-info-elmt"> An error has occurred: Please make sure you have a good internet connection (or use the Phoenix browser if you are on a smartphone)! </h5>
        </div>
        <br>
        <br>
        <br>
        <br>
        <br>
      </div>
    </div>
  </fieldset>
</form>

POST

<form method="post" id="form_search" style="margin-bottom: 300px; ">
  <div class="d-flex justify-content-center h-100">
    <div class="searchbar">
      <input autocomplete="off" required="" class="search_input" type="text" name="search_nin" placeholder="Enter your id card or your passport number and click enter ...">
      <button type="submit" class="search_icon"><i class="fa fa-search"></i></button>
    </div>
  </div>
  <p class="text-center">
    <small id="passwordHelpBlock" class="form-text text-muted">
      <b>To verify your application, enter your id card/passport number then enter to start the search</b>
      <!--  Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji. -->
    </small>
    <small class="text-danger form-text" id="noCandidatureHelp" style="font-weight:bold;">
    </small>
  </p>
</form>

<form id="showSearchModalForm" class="needs-validation msform was-validated">
  <div class="row align-items-center flex-row-reverse">
    <div class="col-lg-12">
      <div class="about-text go-to">
        <div class="row form-group">
          <label class="fieldlabels col-sm-4 col-form-label">NIN: <strong style="color:red;"></strong></label>
          <div class="col-md-8">
            <input required="" class="form-control" name="nin" placeholder="Your N.I.N." pattern="^[0-9]([a-zA-Z0-9]{11})$" autocomplete="off" minlength="12" maxlength="12" readonly="">
            <input type="hidden" name="id" required="">
          </div>
          <label class="fieldlabels col-sm-4 col-form-label">PASSPORT N.: <strong style="color:red;"></strong></label>
          <div class="col-md-8">
            <input required="" class="form-control" name="passport" placeholder="Your Passport number" pattern="^(pc|PC)([a-zA-Z0-9]{6})$" autocomplete="off" minlength="8" maxlength="12" readonly="">
          </div>
        </div>
        <!-- <label class="fieldlabels col-sm-4 col-form-label">PASSPORT N.: <strong style="color:red;">*</strong></label>
                                            <div class="col-md-8">
                                                <input required class="form-control" name="passport" placeholder="Your Passport number" pattern="^(pc|PC)([a-zA-Z0-9]{6})$" autocomplete="off" minlength="8" maxlength="12" readonly>
                                            </div> -->
      </div>
      <div class="row form-group">
        <label class="fieldlabels col-sm-4 col-form-label">Submission number: <strong style="color:red;">*</strong></label>
        <div class="col-md-8">
          <input required="" class="form-control" name="submissionNumber" placeholder="Your submission number" pattern=".{6,6}" minlength="6" maxlength="6" autocomplete="off">
        </div>
      </div>
      <div class="row form-group">
        <label class="fieldlabels col-sm-4 col-form-label">Validation code: <strong style="color:red;">*</strong></label>
        <div class="col-md-8">
          <input required="" class="form-control" name="validationCode" placeholder="Your validation code" pattern=".{4,4}" autocomplete="off" type="password" minlength="4" maxlength="4">
          <small id="validationCodeHelp" class="form-text text-muted">This is the code that was generated when submitting your application.</small>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * Apply
 * How to apply
 * My application

 * Home
 * Apply
 * How to apply
 * My application

 * Home
 * Apply
 * How to apply
 * My application


RECRUITMENT OF FIELD STAFF

Apply now


APPLY 1712260450

9 DAYS 1 HOURS 25 MN 31 S BEFORE CLOSED

COMPLETE THE FORM BELOW

 * Identification
 * Personal information
 * Studies
 * Attachments(loading files)
 * Done!





IDENTIFICATION:


STEP 1 - 5

Firstname: *
Middle name/Initial(s) :
Surname: *
Date of birth: *
Sex: *

Male
Female
Current address:
Citizenship identification mode:

ID Card
Passport
Id card number: *
National ID card copy: *
Passport number: *
Passport copy: *
Face photo:


PERSONAL INFORMATION:


STEP 2 - 5

Local Government Area (LGA) of posting: * Choose lga
District of posting (Choice 1): * Choose district
District of posting (Choice 2): Choose district
District of posting (Choice 3): Choose district
Personal Phone number : *
Whatsapp phone number:
Phone number 2:
Phone number 3:
Email :


STUDIES:


STEP 3 - 5

highest diploma/certificate obtained : * Choose your last diploma WASSCE O
LEVEL/A LEVEL SECONDARY FOURTH VOCATIONAL HTC, PTC, CAT, AAT & other diplomas
BACHELORS/ACCA OR EQUIVALENT OR HIGHER ONGOING BACHELOR’S STUDENT OR HIGHER
Copy of diploma or certificate:
Profession: *
Local languages fluently spoken (1) : *
,Mandinka,Jahanka,Wollof,Balante,Fula,Tukulur,Lorobo,Jola,Karoninka,Sarahule,Serere,Krio,Aku,Marabout,Manjago,BambaraChoose
language
Local languages fluently spoken (2):
,Mandinka,Jahanka,Wollof,Balante,Fula,Tukulur,Lorobo,Jola,Karoninka,Sarahule,Serere,Krio,Aku,Marabout,Manjago,BambaraChoose
language
Local languages fluently spoken (3):
,Mandinka,Jahanka,Wollof,Balante,Fula,Tukulur,Lorobo,Jola,Karoninka,Sarahule,Serere,Krio,Aku,Marabout,Manjago,BambaraChoose
language
Do you have any computer knowledge?: *

Yes
No
Do you have experience in the use of tablet/smartphone?: *

Yes
No
Have you ever participated in a Population and Housing Census?: *

Yes
No
number of times you participated in a Population and Housing census
Choose number 1 2 or more
Have you ever participated in a survey?: *

Yes
No
number of times you participated in a survey
Choose number 1 2 3 4 or more



ATTACHMENTS(LOADING FILES):


STEP 4 - 5

Curriculum vitae (C.V.):

Reload
Enter validation code (figure in the image below) *
In progress, Please wait ...


DONE:


STEP 5 - 5




SUCCESSFUL !






AN ERROR HAS OCCURRED: PLEASE MAKE SURE YOU HAVE A GOOD INTERNET CONNECTION (OR
USE THE PHOENIX BROWSER IF YOU ARE ON A SMARTPHONE)!








HOW TO APPLY


THE TUTORIAL WILL BE AVAILABLE SOON


CHECK MY APPLICATION

To verify your application, enter your id card/passport number then enter to
start the search

MODAL TITLE

×


APROPOS DE CE CANDIDAT

A LEAD UX & UI DESIGNER BASED IN CANADA

NIN :



Passport :



Posting district :



Since :



Close Update

CHECKING APPLICATION FOR MODIFICATION

×
NIN:

PASSPORT N.:

Submission number: *

Validation code: *
This is the code that was generated when submitting your application.
Close Check
 * 
 * 
 * 

Copyright © 2023 GBOS All Right Reserved