dorispeters-dpa.com Open in urlscan Pro
46.175.128.202  Public Scan

Submitted URL: https://dorispeters-dpa.com/empleo/?p=67915
Effective URL: https://dorispeters-dpa.com/empleo/vacante/gerente-financiero-administrativo/
Submission: On August 24 via api from US — Scanned from ES

Form analysis 5 forms found in the DOM

POST https://dorispeters-dpa.com/empleo/

<form autocomplete="off" id="login-form-8396362" action="https://dorispeters-dpa.com/empleo/" method="post">
  <div class="jobsearch-user-form">
    <ul>
      <li>
        <label>Correo Electrónico:</label>
        <input class="required" name="pt_user_login" type="text" placeholder="Correo Electrónico">
        <i class="jobsearch-icon jobsearch-user"></i>
      </li>
      <li>
        <label>Contraseña:</label>
        <input class="required" name="pt_user_pass" type="password" placeholder="Contraseña">
        <i class="jobsearch-icon jobsearch-multimedia"></i>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <input type="hidden" name="action" value="jobsearch_login_member_submit">
        <input type="hidden" name="current_page_id" value="67915">
        <input data-id="8396362" class="jobsearch-login-submit-btn" data-loading-text="Loading..." type="submit" value="INICIAR SESIÓN">
        <div class="form-loader"></div>
        <div class="jobsearch-user-form-info">
          <p><a href="javascript:void(0);" class="lost-password" data-id="8396362">¿Olvidó su contraseña?</a> | <a href="javascript:void(0);" class="register-form" data-id="8396362">CREAR CUENTA</a> </p>
          <div class="jobsearch-checkbox">
            <input type="checkbox" id="r-8396362" name="remember_password">
            <label for="r-8396362"><span></span> Guardar Contraseña </label>
          </div>
        </div>
      </li>
    </ul>
    <div class="login-reg-errors"></div>
  </div>
</form>

POST https://dorispeters-dpa.com/empleo/

<form autocomplete="off" id="reset-password-form-8396362" action="https://dorispeters-dpa.com/empleo/" method="post">
  <div class="jobsearch-user-form">
    <ul>
      <li class="jobsearch-user-form-coltwo-full">
        <label>Correo Electrónico:</label>
        <input id="pt_user_or_email_8396362" class="required" name="pt_user_or_email" type="text" placeholder="Correo Electrónico">
        <i class="jobsearch-icon jobsearch-mail"></i>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <input type="hidden" name="action" value="jobsearch_reset_password">
        <input data-id="8396362" class="jobsearch-reset-password-submit-btn" type="submit" value="RESTABLECER CONTRASEÑA">
        <div class="form-loader"></div>
        <div class="jobsearch-user-form-info">
          <p><a href="javascript:void(0);" class="login-form-btn" data-id="8396362">¿Ya tiene una cuenta? INICIAR SESIÓN</a>
          </p>
        </div>
      </li>
    </ul>
    <p>Un enlace para restablecer la contraseña será enviado a su correo.</p>
    <div class="reset-password-errors"></div>
  </div>
</form>

POST https://dorispeters-dpa.com/empleo/

<form autocomplete="off" id="registration-form-8396362" data-jid="67915" action="https://dorispeters-dpa.com/empleo/" method="POST" enctype="multipart/form-data">
  <input type="hidden" name="pt_user_role" value="jobsearch_candidate">
  <div class="jobsearch-user-form jobsearch-user-form-coltwo">
    <ul>
      <li>
        <label>Nombre *</label> <input class="jobsearch-regrequire-field" name="pt_user_fname" type="text" placeholder="Nombre" required="">
        <i class="jobsearch-icon jobsearch-user"></i>
      </li>
      <li>
        <label>Apellidos *</label> <input class="jobsearch-regrequire-field" name="pt_user_lname" type="text" placeholder="Apellidos" required="">
        <i class="jobsearch-icon jobsearch-user"></i>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <label>Correo Electrónico *</label> <input class="jobsearch-regrequire-field" name="pt_user_email" id="pt_user_email_8396362" type="email" placeholder="Correo Electrónico">
        <i class="jobsearch-icon jobsearch-mail"></i>
      </li>
      <li>
        <label>Contraseña *</label> <input class="required jobsearch_chk_passfield" name="pt_user_pass" id="pt_user_pass_8396362" type="password" placeholder="Contraseña">
        <span class="passlenth-chk-msg"></span>
        <i class="jobsearch-icon jobsearch-multimedia"></i>
      </li>
      <li>
        <label>Confirmar Contraseña *</label> <input class="required" name="pt_user_cpass" id="pt_user_cpass_8396362" type="password" placeholder="Confirmar Contraseña">
        <i class="jobsearch-icon jobsearch-multimedia"></i>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <label>Teléfono: *</label>
        <div id="phon-fieldcon-8396362" class="phon-num-fieldcon phonefild-wout-valid">
          <input class="required jobsearch-regrequire-field" required="" name="pt_user_phone" id="pt_user_phone_8396362" type="tel" placeholder="Teléfono  *">
        </div>
        <i class="jobsearch-icon jobsearch-technology"></i>
        <script>
          function jobseachPhoneValidInit8396362() {
            var input_8396362 = document.querySelector("#pt_user_phone_8396362");
            var iti_8396362 = intlTelInput(input_8396362, {
              nationalMode: false,
              autoHideDialCode: false,
              customPlaceholder: function(selectedCountryPlaceholder, selectedCountryData) {
                return selectedCountryPlaceholder;
              },
            });
            var reset_phone_field_8396362 = function() {
              input_8396362.classList.remove("phone-input-error");
            };
            // on blur: validate
            input_8396362.addEventListener('blur', function() {
              reset_phone_field_8396362();
              if (input_8396362.value.trim()) {
                if (iti_8396362.isValidNumber()) {
                  jQuery(input_8396362).css({
                    'border': '1px solid #efefef'
                  });
                } else {
                  input_8396362.classList.add("phone-input-error");
                  jQuery(input_8396362).css({
                    'border': '1px solid #ff0000'
                  });
                }
              }
            });
            var iti_init_8396362 = window.intlTelInput(input_8396362, {
              initialCountry: "auto",
              geoIpLookup: function(callback_8396362) {
                setTimeout(function() {
                  jQuery('#phon-fieldcon-8396362').find('> .intl-tel-input').find('.intl-tel-input').find('.flag-container').remove();
                }, 100);
                jQuery.get('https://ipinfo.io', function() {}, "jsonp").always(function(resp) {
                  var countryCode = (resp && resp.country) ? resp.country : "";
                  iti_8396362.setCountry(countryCode);
                });
              },
              preferredCountries: [],
              utilsScript: "https://dorispeters-dpa.com/empleo/wp-content/plugins/wp-jobsearch/js/utils.js?1724162680" // just for formatting/placeholders etc
            });
          }
          jQuery(document).on('click', '#pt_user_phone_8396362', function() {
            if (jQuery('#phon-fieldcon-8396362').hasClass('phonefild-wout-valid')) {
              jQuery('#pt_user_phone_8396362').removeAttr('placeholder');
              jobseachPhoneValidInit8396362();
            }
            jQuery('#phon-fieldcon-8396362').removeClass('phonefild-wout-valid');
          });
          jQuery('body').on('focus', '#pt_user_phone_8396362', function(e) {
            e.preventDefault();
            if (jQuery('#phon-fieldcon-8396362').hasClass('phonefild-wout-valid')) {
              jQuery('#pt_user_phone_8396362').removeAttr('placeholder');
              jobseachPhoneValidInit8396362();
            }
            jQuery('#phon-fieldcon-8396362').removeClass('phonefild-wout-valid');
            return false;
          });
        </script>
      </li>
      <li class="jobsearch-user-form-coltwo-full jobsearch-regfield-sector user-candidate-spec-field">
        <label>Área de Profesión Principal *</label>
        <div class="jobsearch-profile-select">
          <select name="pt_user_category" id="pt_user_category_8396362" class="jobsearch-regrequire-field selectize-select selectized" placeholder="Seleccionar Área de Profesión" tabindex="-1" style="display: none;">
            <option value="" selected="selected"></option>
          </select>
          <div class="selectize-control jobsearch-regrequire-field selectize-select single plugin-remove_button">
            <div class="selectize-input items not-full has-options"><input type="text" autocomplete="off" tabindex="" id="pt_user_category_8396362-selectized" placeholder="Seleccionar Área de Profesión" style="width: 164.016px;"></div>
            <div class="selectize-dropdown single jobsearch-regrequire-field selectize-select plugin-remove_button" style="display: none; width: 0px; top: 42px; left: 0px;">
              <div class="selectize-dropdown-content"></div>
            </div>
          </div>
        </div>
        <script type="text/javascript">
          jQuery('#pt_user_category_8396362').find('option').first().val('');
          jQuery('#pt_user_category_8396362').attr('placeholder', 'Seleccionar Área de Profesión');
        </script>
      </li>
      <script type="text/javascript">
        var jobsearch_sloc_type = '1',
          jobsearch_is_admin = '',
          totl_countries_detail, totl_preselected_states_saved,
          jobsearch_is_post_page = 'index.php';
        var inc_countries = "",
          inc_countries_code = "",
          exec_countries = "",
          contry_presel_contry, ajax_flag = false,
          contry_preselct = 'none',
          contry_presel_contry_code = 'AF';
        /*
         * Scrapper Events
         * */
        var api_scrapper8396362 = {
          getCountryCode: function(jobsearch_sloc_country) {
            var country_code_from_country_name = '';
            jQuery.each(totl_countries_detail, function(index, element) {
              if (element.country_name == jobsearch_sloc_country) {
                country_code_from_country_name = element.country_code;
              }
            });
            return country_code_from_country_name;
          },
          readCityOnlyFiles: function(country_detail, state_name, selector) {
            if (jobsearch_is_admin == '' || ajax_flag == true) {
              jQuery('#jobsearch-gdapilocs-citycon8396362').empty();
              jQuery('#jobsearch-gdapilocs-citycon8396362').append('<select placeholder="Seleccionar ciudad / cantón" name="location_location3" class="cities" id="cityId8396362"><option value="0">Seleccionar ciudad / cantón</option></select>');
              selector = jQuery(document).find("#cityId8396362");
            }
            var request = jQuery.ajax({
              url: jobsearch_plugin_vars.ajax_url,
              method: "POST",
              data: {
                country_detail: country_detail,
                state: state_name,
                action: 'jobsearch_location_load_cities_data',
              },
              dataType: 'json',
            });
            request.done(function(response) {
              var _result_cities = response;
              if (jobsearch_is_admin == '' || ajax_flag == true) {
                if (selector.length > 0) {
                  selector.selectize()[0].selectize.destroy();
                }
              }
              setTimeout(function() {
                selector.html('');
                //if (jobsearch_is_admin == 1 && ajax_flag == false) {
                selector.append('<option value="">Seleccionar ciudad / cantón</option>');
                // }
                var _option_select = '';
                if (_result_cities.result.length != 0) {
                  jQuery.each(_result_cities.result, function(index, element) {
                    if (jQuery.trim(element.city_name) != "Enter Any City") {
                      if (jobsearch_sloc_city != "") {
                        _option_select = jobsearch_sloc_city == element.city_name ? 'selected' : '';
                      }
                      if (_option_select != "") {
                        selector.append(jQuery("<option></option>").attr("value", element.city_name).attr("selected", "selected").text(element.city_name));
                      } else {
                        selector.append(jQuery("<option></option>").attr("value", element.city_name).text(element.city_name));
                      }
                    }
                  });
                } else {
                  selector.html('');
                  selector.append(jQuery("<option></option>").attr("value", "").text('No cities exits.'));
                }
              }, 50);
              if (jobsearch_is_admin == '' || ajax_flag == true) {
                if (_result_cities.result.length != 0) {
                  setTimeout(function() {
                    selector.selectize({
                      maxOptions: 30000,
                      sortField: [{
                        field: 'text',
                        direction: 'asc'
                      }],
                    });
                  }, 100);
                }
              }
              jQuery('#cityId8396362').trigger('change');
            });
            request.fail(function(jqXHR, textStatus) {});
          },
          readStateFile: function(country_code, selector) {
            var request, _result_states;
            if (jobsearch_is_admin == '' || ajax_flag == true) {
              jQuery('#jobsearch-gdapilocs-statecon8396362').empty();
              jQuery('#jobsearch-gdapilocs-statecon8396362').append(
                '<select placeholder="Seleccionar estado / provincia"  class="states location2-states" id="stateId8396362" name="location_location2"><option value="">Seleccionar estado / provincia</option></select>');
              selector = jQuery(document).find("#stateId8396362, .location2-states");
            }
            selector.html('');
            request = jQuery.ajax({
              url: jobsearch_plugin_vars.ajax_url,
              method: "POST",
              data: {
                country_code: country_code,
                action: 'jobsearch_location_load_states_data',
              },
              dataType: 'json',
            });
            request.done(function(response) {
              if (jobsearch_is_admin == '' || ajax_flag == true) {
                //selector.selectize()[0].selectize.destroy();
              }
              _result_states = response;
              setTimeout(function() {
                selector.html('');
                //if (jobsearch_is_admin == 1 && ajax_flag == false) {
                selector.append('<option value="">Seleccionar estado / provincia</option>');
                //}
                var _option_select = '';
                jQuery.each(_result_states.result, function(index, element) {
                  if (jQuery.trim(element.state_name) != "Enter Any State") {
                    if (jobsearch_sloc_state != "") {
                      _option_select = jobsearch_sloc_state == element.state_name ? 'selected' : '';
                    }
                    if (_option_select != "") {
                      selector.append(jQuery("<option></option>").attr("value", element.state_name).attr("selected", "selected").text(element.state_name));
                      // selector.append(jQuery('<option>', {
                      //     value: element,
                      //     text: element,
                      //     selected: _option_select,
                      // }));
                    } else {
                      selector.append(jQuery("<option></option>").attr("value", element.state_name).text(element.state_name));
                      // selector.append(jQuery('<option>', {
                      //     value: element,
                      //     text: element,
                      // }));
                    }
                  }
                });
              }, 50);
              /*
               * If city is saved then this code will execute.
               * */
              if (jobsearch_sloc_city != "") {
                setTimeout(function() {
                  console.info("triggered second");
                  jQuery('#stateId8396362').trigger('change');
                }, 1000)
              }
              /*
               * Initialize Selectize
               * */
              if (jobsearch_is_admin == '' || ajax_flag == true) {
                setTimeout(function() {
                  selector.selectize();
                }, 100)
              }
            });
            request.fail(function(jqXHR, textStatus) {});
          },
          stripslashes: function(str) {
            if (str == undefined) {
              return;
            }
            return str.replace(/\\/g, '');
          },
          readCountryFile: function(selector, country) {
            var _result_countries, request;
            request = jQuery.ajax({
              url: jobsearch_plugin_vars.ajax_url,
              method: "POST",
              data: {
                action: 'jobsearch_location_load_countries_data',
              },
              dataType: "json"
            });
            request.done(function(response) {
              _result_countries = response;
              selector.html('');
              if (jobsearch_is_admin == 1 && ajax_flag == true) {
                selector.append('<option value="">Seleccionar país de residencia</option>');
              } else {
                var $opt = jQuery('<option>');
                $opt.val('').text('Seleccionar país de residencia');
                $opt.appendTo(selector);
              }
              /*
               * Alphabetic countries
               * */
              _result_countries.sort(function(a, b) {
                return api_scrapper8396362.compareStrings(a.name, b.name);
              });
              /*
               * Code will execute if Include only countries option will be selected.
               * */
              ;
              /*
               * Code will execute if Exclude only countries option will be selected.
               * */
              ;
              /*
               * Code will execute if Random countries option will be selected.
               * */
              /*
               * Include only countries
               * */
              if (inc_countries != "" && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {
                var _inc_flag = false;
                jQuery.each(_result_countries, function(i, element) {
                  if (i < inc_countries.length) {
                    if (jobsearch_sloc_country == inc_countries[i]) {
                      selector.append(jQuery("<option></option>").attr("data-index", i).attr("code", inc_countries_code[i]).attr("selected", "selected").attr("value", inc_countries[i]).text(inc_countries[i]));
                      _inc_flag = true;
                    } else if (contry_preselct == 'by_contry' && contry_presel_contry_code == inc_countries_code[i] && ajax_flag == false && _inc_flag == false) {
                      selector.append(jQuery("<option></option>").attr("data-index", i).attr("code", inc_countries_code[i]).attr("selected", "selected").attr("value", inc_countries[i]).text(inc_countries[i]));
                    } else {
                      selector.append(jQuery("<option></option>").attr("data-index", i).attr("code", inc_countries_code[i]).attr("value", inc_countries[i]).text(inc_countries[i]));
                    }
                  }
                })
              } else if (exec_countries != '' && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {
                /*
                 * code will execute if "Exclude countries selected" filter option will be selected
                 * */
                var _exec_flag = false;
                jQuery.each(_result_countries, function(index, element) {
                  if (element != "") {
                    if (exec_countries.indexOf(element.name) == -1) {
                      /*
                       * code will execute if Country Name is from save in metavalue
                       * */
                      if (jobsearch_sloc_country == element.name) {
                        selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("selected", "selected").attr("value", element.name).text(element.name));
                        _exec_flag = true;
                      } else if (contry_preselct == 'by_contry' && contry_presel_contry_code == element.code && ajax_flag == false && _exec_flag == false) {
                        selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("selected", "selected").attr("value", element.name).text(element.name));
                      } else {
                        selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("value", element.name).text(element.name));
                      }
                    }
                  }
                })
              } else {
                var pres_selected_saved_contry = api_scrapper8396362.getCountryCode(jobsearch_sloc_country);
                jQuery.each(_result_countries, function(index, element) {
                  if (element != "") {
                    /*
                     * code will execute if Preselect Country option will be selected
                     * */
                    if (jobsearch_sloc_type != 2 && jobsearch_sloc_type != 3) {
                      var _option_select = '';
                      if (jobsearch_sloc_country != '') {
                        if (api_scrapper8396362.stripslashes(jobsearch_sloc_country) == api_scrapper8396362.stripslashes(element.name)) {
                          selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("selected", "selected").attr("value", element.name).text(api_scrapper8396362.stripslashes(element.name)));
                        } else {
                          selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("value", element.name).text(api_scrapper8396362.stripslashes(element.name)));
                        }
                      } else {
                        selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("value", element.name).text(api_scrapper8396362.stripslashes(element.name)));
                      }
                    } else if (jobsearch_is_loc_editor == 'jobsearch-location-sett-editor') {
                      selector.append(jQuery("<option></option>").attr("data-index", index).attr("code", element.code).attr("value", element.name).text(api_scrapper8396362.stripslashes(element.name)));
                    }
                  }
                });
              }
              /*
               * Initialize Selectize
               * */
              if (jobsearch_is_admin == '' || ajax_flag == true) {
                if (jobsearch_sloc_type == 0 || jobsearch_sloc_type == 1) {
                  selector.selectize({
                    placeholder: 'Seleccionar país de residencia',
                  });
                }
              }
            });
            request.fail(function(jqXHR, textStatus) {});
          },
          predictByIP: function() {
            var request = jQuery.ajax({
              url: "https://ipinfo.io/json",
              dataType: "json"
            });
            request.done(function(result) {
              if (result != '') {
                api_scrapper8396362.readCountryFile(jQuery('#countryId8396362'), result.country);
              } else {
                /*
                 * Second Request will be sent if first request will fail.
                 * */
                api_scrapper8396362.apiSecondRequest();
              }
            });
            request.fail(function(jqXHR, textStatus) {
              api_scrapper8396362.apiSecondRequest();
            });
          },
          shuffleArray: function(a) {
            var j, x, i;
            for (i = a.length - 1; i > 0; i--) {
              j = Math.floor(Math.random() * (i + 1));
              x = a[i];
              a[i] = a[j];
              a[j] = x;
            }
            return a;
          },
          apiSecondRequest: function() {
            var request = jQuery.ajax({
              url: "http://ip-api.com/json",
              dataType: "json"
            });
            request.done(function(result) {
              api_scrapper8396362.readCountryFile(jQuery('#countryId8396362'), result.countryCode);
              api_scrapper8396362.readStateFile(result.countryCode, jQuery('#stateId8396362'))
            });
            request.fail(function(jqXHR, textStatus) {});
          },
          compareStrings: function(a, b) {
            a = a.toLowerCase();
            b = b.toLowerCase();
            return (a < b) ? -1 : (a > b) ? 1 : 0;
          },
          getBulkCitiesByStates: function(preselected_states, jobsearch_sloc_city) {
            jQuery('.cities').html('');
            jQuery.ajax({
              url: jobsearch_plugin_vars.ajax_url,
              method: "POST",
              data: {
                preselected_states: JSON.parse(preselected_states),
                action: 'jobsearch_get_selected_states_cities',
              },
              dataType: 'json',
              success: function(response) {
                jQuery.each(response.all_cities, function(index, city_name) {
                  if (jobsearch_sloc_city == city_name) {
                    jQuery('.cities').append(jQuery("<option></option>").attr("value", city_name).attr("selected", "selected").text(city_name));
                  } else {
                    jQuery('.cities').append(jQuery("<option></option>").attr("value", city_name).text(city_name));
                  }
                });
                if (jobsearch_is_admin == '' || ajax_flag == true) {
                  setTimeout(function() {
                    jQuery('.cities').selectize({
                      sortField: 'text'
                    });
                  }, 100)
                }
              }
            });
          }
        };
        /*
         * Scrapper Events end
         * */
        jQuery(window).on('load', function() {
          //
          totl_countries_detail = JSON.parse(
            '[{"country_code":"AF","country_name":"Afghanistan"},{"country_code":"AL","country_name":"Albania"},{"country_code":"DZ","country_name":"Algeria"},{"country_code":"AD","country_name":"Andorra"},{"country_code":"AO","country_name":"Angola"},{"country_code":"AI","country_name":"Anguilla"},{"country_code":"AG","country_name":"Antigua and Barbuda"},{"country_code":"AR","country_name":"Argentina"},{"country_code":"AM","country_name":"Armenia"},{"country_code":"AU","country_name":"Australia"},{"country_code":"AT","country_name":"Austria"},{"country_code":"AZ","country_name":"Azerbaijan"},{"country_code":"BS","country_name":"Bahamas"},{"country_code":"BH","country_name":"Bahrain"},{"country_code":"BD","country_name":"Bangladesh"},{"country_code":"BB","country_name":"Barbados"},{"country_code":"BY","country_name":"Belarus"},{"country_code":"BE","country_name":"Belgium"},{"country_code":"BZ","country_name":"Belize"},{"country_code":"BJ","country_name":"Benin"},{"country_code":"BM","country_name":"Bermuda"},{"country_code":"BT","country_name":"Bhutan"},{"country_code":"BO","country_name":"Bolivia"},{"country_code":"BA","country_name":"Bosnia and Herzegovina"},{"country_code":"BW","country_name":"Botswana"},{"country_code":"BR","country_name":"Brazil"},{"country_code":"BN","country_name":"Brunei Darussalam"},{"country_code":"BG","country_name":"Bulgaria"},{"country_code":"BF","country_name":"Burkina Faso"},{"country_code":"BI","country_name":"Burundi"},{"country_code":"KH","country_name":"Cambodia"},{"country_code":"CM","country_name":"Cameroon"},{"country_code":"CA","country_name":"Canada"},{"country_code":"CV","country_name":"Cape Verde"},{"country_code":"KY","country_name":"Cayman Islands"},{"country_code":"CF","country_name":"Central African Republic"},{"country_code":"TD","country_name":"Chad"},{"country_code":"CL","country_name":"Chile"},{"country_code":"CN","country_name":"China"},{"country_code":"CO","country_name":"Colombia"},{"country_code":"KM","country_name":"Comoros"},{"country_code":"CG","country_name":"Congo"},{"country_code":"CR","country_name":"Costa Rica"},{"country_code":"HR","country_name":"Croatia (Hrvatska)"},{"country_code":"CU","country_name":"Cuba"},{"country_code":"CY","country_name":"Cyprus"},{"country_code":"CZ","country_name":"Czech Republic"},{"country_code":"DK","country_name":"Denmark"},{"country_code":"DJ","country_name":"Djibouti"},{"country_code":"DM","country_name":"Dominica"},{"country_code":"DO","country_name":"Dominican Republic"},{"country_code":"EC","country_name":"Ecuador"},{"country_code":"EG","country_name":"Egypt"},{"country_code":"SV","country_name":"El Salvador"},{"country_code":"GQ","country_name":"Equatorial Guinea"},{"country_code":"ER","country_name":"Eritrea"},{"country_code":"EE","country_name":"Estonia"},{"country_code":"ET","country_name":"Ethiopia"},{"country_code":"FO","country_name":"Faroe Islands"},{"country_code":"FJ","country_name":"Fiji"},{"country_code":"FI","country_name":"Finland"},{"country_code":"FR","country_name":"France"},{"country_code":"GF","country_name":"French Guiana"},{"country_code":"PF","country_name":"French Polynesia"},{"country_code":"TF","country_name":"French Southern Territories"},{"country_code":"GA","country_name":"Gabon"},{"country_code":"GM","country_name":"Gambia"},{"country_code":"GE","country_name":"Georgia"},{"country_code":"DE","country_name":"Germany"},{"country_code":"GH","country_name":"Ghana"},{"country_code":"GR","country_name":"Greece"},{"country_code":"GL","country_name":"Greenland"},{"country_code":"GD","country_name":"Grenada"},{"country_code":"GP","country_name":"Guadeloupe"},{"country_code":"GU","country_name":"Guam"},{"country_code":"GT","country_name":"Guatemala"},{"country_code":"GN","country_name":"Guinea"},{"country_code":"GW","country_name":"Guinea-Bissau"},{"country_code":"GY","country_name":"Guyana"},{"country_code":"HT","country_name":"Haiti"},{"country_code":"HN","country_name":"Honduras"},{"country_code":"HK","country_name":"Hong Kong"},{"country_code":"HU","country_name":"Hungary"},{"country_code":"IS","country_name":"Iceland"},{"country_code":"IN","country_name":"India"},{"country_code":"IM","country_name":"Isle of Man"},{"country_code":"ID","country_name":"Indonesia"},{"country_code":"IR","country_name":"Iran"},{"country_code":"IQ","country_name":"Iraq"},{"country_code":"IE","country_name":"Ireland"},{"country_code":"IL","country_name":"Israel"},{"country_code":"IT","country_name":"Italy"},{"country_code":"CI","country_name":"Ivory Coast"},{"country_code":"JE","country_name":"Jersey"},{"country_code":"JM","country_name":"Jamaica"},{"country_code":"JP","country_name":"Japan"},{"country_code":"JO","country_name":"Jordan"},{"country_code":"KZ","country_name":"Kazakhstan"},{"country_code":"KE","country_name":"Kenya"},{"country_code":"KI","country_name":"Kiribati"},{"country_code":"KP","country_name":"North Korea"},{"country_code":"KR","country_name":"South Korea"},{"country_code":"XK","country_name":"Kosovo"},{"country_code":"KW","country_name":"Kuwait"},{"country_code":"KG","country_name":"Kyrgyzstan"},{"country_code":"LA","country_name":"Lao"},{"country_code":"LV","country_name":"Latvia"},{"country_code":"LB","country_name":"Lebanon"},{"country_code":"LS","country_name":"Lesotho"},{"country_code":"LR","country_name":"Liberia"},{"country_code":"LY","country_name":"Libyan Arab Jamahiriya"},{"country_code":"LI","country_name":"Liechtenstein"},{"country_code":"LT","country_name":"Lithuania"},{"country_code":"LU","country_name":"Luxembourg"},{"country_code":"MK","country_name":"Macedonia"},{"country_code":"MG","country_name":"Madagascar"},{"country_code":"MW","country_name":"Malawi"},{"country_code":"MY","country_name":"Malaysia"},{"country_code":"MV","country_name":"Maldives"},{"country_code":"ML","country_name":"Mali"},{"country_code":"MT","country_name":"Malta"},{"country_code":"MH","country_name":"Marshall Islands"},{"country_code":"MQ","country_name":"Martinique"},{"country_code":"MR","country_name":"Mauritania"},{"country_code":"MU","country_name":"Mauritius"},{"country_code":"MX","country_name":"Mexico"},{"country_code":"FM","country_name":"Micronesia, Federated States of"},{"country_code":"MD","country_name":"Moldova"},{"country_code":"MC","country_name":"Monaco"},{"country_code":"MN","country_name":"Mongolia"},{"country_code":"ME","country_name":"Montenegro"},{"country_code":"MS","country_name":"Montserrat"},{"country_code":"MA","country_name":"Morocco"},{"country_code":"MZ","country_name":"Mozambique"},{"country_code":"MM","country_name":"Myanmar"},{"country_code":"NA","country_name":"Namibia"},{"country_code":"NR","country_name":"Nauru"},{"country_code":"NP","country_name":"Nepal"},{"country_code":"NL","country_name":"Netherlands"},{"country_code":"AN","country_name":"Netherlands Antilles"},{"country_code":"NC","country_name":"New Caledonia"},{"country_code":"NZ","country_name":"New Zealand"},{"country_code":"NI","country_name":"Nicaragua"},{"country_code":"NE","country_name":"Niger"},{"country_code":"NG","country_name":"Nigeria"},{"country_code":"MP","country_name":"Northern Mariana Islands"},{"country_code":"NO","country_name":"Norway"},{"country_code":"OM","country_name":"Oman"},{"country_code":"PK","country_name":"Pakistan"},{"country_code":"PW","country_name":"Palau"},{"country_code":"PS","country_name":"Palestine"},{"country_code":"PA","country_name":"Panama"},{"country_code":"PG","country_name":"Papua New Guinea"},{"country_code":"PY","country_name":"Paraguay"},{"country_code":"PE","country_name":"Peru"},{"country_code":"PH","country_name":"Philippines"},{"country_code":"PL","country_name":"Poland"},{"country_code":"PT","country_name":"Portugal"},{"country_code":"PR","country_name":"Puerto Rico"},{"country_code":"QA","country_name":"Qatar"},{"country_code":"RE","country_name":"Reunion"},{"country_code":"RO","country_name":"Romania"},{"country_code":"RU","country_name":"Russian Federation"},{"country_code":"RW","country_name":"Rwanda"},{"country_code":"KN","country_name":"Saint Kitts and Nevis"},{"country_code":"LC","country_name":"Saint Lucia"},{"country_code":"VC","country_name":"Saint Vincent and the Grenadines"},{"country_code":"WS","country_name":"Samoa"},{"country_code":"SM","country_name":"San Marino"},{"country_code":"ST","country_name":"Sao Tome and Principe"},{"country_code":"SA","country_name":"Saudi Arabia"},{"country_code":"SN","country_name":"Senegal"},{"country_code":"RS","country_name":"Serbia"},{"country_code":"SC","country_name":"Seychelles"},{"country_code":"SL","country_name":"Sierra Leone"},{"country_code":"SG","country_name":"Singapore"},{"country_code":"SK","country_name":"Slovakia"},{"country_code":"SI","country_name":"Slovenia"},{"country_code":"SB","country_name":"Solomon Islands"},{"country_code":"SO","country_name":"Somalia"},{"country_code":"ZA","country_name":"South Africa"},{"country_code":"ES","country_name":"Spain"},{"country_code":"LK","country_name":"Sri Lanka"},{"country_code":"SH","country_name":"St. Helena"},{"country_code":"PM","country_name":"St. Pierre and Miquelon"},{"country_code":"SD","country_name":"Sudan"},{"country_code":"SR","country_name":"Suriname"},{"country_code":"SJ","country_name":"Svalbard and Jan Mayen Islands"},{"country_code":"SZ","country_name":"Swaziland"},{"country_code":"SE","country_name":"Sweden"},{"country_code":"CH","country_name":"Switzerland"},{"country_code":"SY","country_name":"Syrian Arab Republic"},{"country_code":"TW","country_name":"Taiwan"},{"country_code":"TJ","country_name":"Tajikistan"},{"country_code":"TZ","country_name":"Tanzania"},{"country_code":"TH","country_name":"Thailand"},{"country_code":"TG","country_name":"Togo"},{"country_code":"TK","country_name":"Tokelau"},{"country_code":"TO","country_name":"Tonga"},{"country_code":"TT","country_name":"Trinidad and Tobago"},{"country_code":"TN","country_name":"Tunisia"},{"country_code":"TR","country_name":"Turkey"},{"country_code":"TM","country_name":"Turkmenistan"},{"country_code":"TV","country_name":"Tuvalu"},{"country_code":"UG","country_name":"Uganda"},{"country_code":"UA","country_name":"Ukraine"},{"country_code":"AE","country_name":"United Arab Emirates"},{"country_code":"GB","country_name":"United Kingdom"},{"country_code":"US","country_name":"United States"},{"country_code":"UM","country_name":"United States minor outlying islands"},{"country_code":"UY","country_name":"Uruguay"},{"country_code":"UZ","country_name":"Uzbekistan"},{"country_code":"VU","country_name":"Vanuatu"},{"country_code":"VE","country_name":"Venezuela"},{"country_code":"VN","country_name":"Vietnam"},{"country_code":"VI","country_name":"Virgin Islands (U.S.)"},{"country_code":"WF","country_name":"Wallis and Futuna Islands"},{"country_code":"YE","country_name":"Yemen"},{"country_code":"ZM","country_name":"Zambia"},{"country_code":"ZW","country_name":"Zimbabwe"}]'
            );
          totl_preselected_states_saved = '""';
          var _single_country_code = '';
          if (jobsearch_sloc_type == '2' || jobsearch_sloc_type == '3') {
            _single_country_code = jQuery("#countryId8396362").val();
          } else {
            if (jobsearch_sloc_country != 0 && contry_preselct != 'by_contry') {
              _single_country_code = api_scrapper8396362.getCountryCode(jobsearch_sloc_country);
            }
          }
          /*
           * If location type is single country (cities)
           * */
          if (jobsearch_sloc_type == 4) {
            api_scrapper8396362.getBulkCitiesByStates(totl_preselected_states_saved, jobsearch_sloc_city);
          }
          api_scrapper8396362.readCountryFile(jQuery('#countryId8396362'), '');
          if (jobsearch_sloc_state != "") {
            api_scrapper8396362.readStateFile(_single_country_code, jQuery("#stateId8396362"))
          }
          if ((jobsearch_sloc_type == 2 || jobsearch_sloc_type == 3) && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {
            if (_single_country_code != "") {
              api_scrapper8396362.readStateFile(_single_country_code, jQuery("#stateId8396362"))
            }
            if (jobsearch_sloc_city != "") {
              setTimeout(function() {
                console.info("done first");
                jQuery('#stateId8396362').trigger('change');
              }, 4000);
            }
          }
          /*
           * Pre select Country
           * */
        });
        /*
         *countries change event
         **/
        jQuery(document).on('change', '#countryId8396362', function() {
          var _this = jQuery(this);
          if (_this.val() != 0 && _this.val() != undefined) {
            var _country_code = '';
            if (inc_countries != "") {
              _country_code = api_scrapper8396362.getCountryCode(_this.val());
            } else {
              _country_code = jobsearch_is_admin == 1 && _this.find('option:selected').attr("code") != undefined ? _this.find('option:selected').attr("code") : api_scrapper8396362.getCountryCode(_this.val());
            }
            api_scrapper8396362.readStateFile(_country_code, jQuery("#stateId8396362"));
          }
        });
        /*
         * state change event
         * */
        jQuery(document).on('change', '#stateId8396362', function() {
          var _this = jQuery(this),
            _single_country_detail;
          if (jobsearch_sloc_type == 1) {
            _single_country_detail = jQuery("#countryId8396362").find('option:selected').val();
          } else if (jobsearch_sloc_type == '2' || jobsearch_sloc_type == '3') {
            _single_country_detail = jQuery("#countryId8396362").val();
          } else {
            if (jobsearch_sloc_country != 0 && contry_preselct != 'by_contry') {
              _single_country_detail = api_scrapper8396362.getCountryCode(jobsearch_sloc_country);
            }
          }
          if (_this.val() != 0 && _this.val() != undefined) {
            api_scrapper8396362.readCityOnlyFiles(_single_country_detail, _this.val(), jQuery('#cityId8396362'));
          }
        });
      </script>
      <li class="jobsearch-user-form-coltwo-full">
        <script type="text/javascript">
          var jobsearch_sloc_country = "";
          var jobsearch_sloc_state = "";
          var jobsearch_sloc_city = "";
          var jobsearch_is_admin = "";
        </script>
        <div class="jobsearch-profile-title location_address_skillid">
          <h2>Ubicación / Residencia Actual</h2>
        </div>
        <ul class="jobsearch-row jobsearch-employer-profile-form" style="background:none; padding:0;">
          <li class="regrequire-field-li" data-randid="92326374" style="display: inline-block;">
            <label>País de Residencia *</label>
            <div id="jobsearch-gdapilocs-contrycon8396362" data-val="" class="jobsearch-profile-select">
              <select name="jobsearch_field_location_location1" data-randid="92326374" class="countries selectized" id="countryId8396362" tabindex="-1" style="display: none;">
                <option value="" selected="selected"></option>
              </select>
              <div class="selectize-control countries single">
                <div class="selectize-input items not-full has-options"><input type="text" autocomplete="off" tabindex="" id="countryId8396362-selectized" placeholder="Seleccionar país de residencia" style="width: 164.906px;"></div>
                <div class="selectize-dropdown single countries" style="display: none; width: 0px; top: 42px; left: 0px;">
                  <div class="selectize-dropdown-content"></div>
                </div>
              </div>
            </div>
          </li>
          <li class="regrequire-field-li" data-randid="92326374" style="display: inline-block;">
            <label>Estado / Provincia *</label>
            <div id="jobsearch-gdapilocs-statecon8396362" data-val="" class="jobsearch-profile-select">
              <select name="jobsearch_field_location_location2" data-randid="92326374" class="states" id="stateId8396362">
                <option value="">Seleccionar estado / provincia</option>
              </select>
            </div>
          </li>
          <li class="regrequire-field-li" data-randid="92326374" style="display: inline-block;">
            <label>Ciudad / Cantón *</label>
            <div id="jobsearch-gdapilocs-citycon8396362" data-val="" class="jobsearch-profile-select">
              <select name="jobsearch_field_location_location3" data-randid="92326374" class="cities order-alpha" id="cityId8396362">
                <option value="">Seleccionar ciudad / cantón</option>
              </select>
            </div>
          </li>
          <li class="jobsearch-user-form-coltwo-full" style="display: none;">
            <label>Full Address</label> <input type="text" id="jobsearch_location_address_92326374" name="jobsearch_field_location_address" class="" placeholder="Enter a location" value="">
            <input id="check_loc_addr_92326374" type="hidden" value="">
          </li>
          <li style="display: none;">
            <label>Latitude</label> <input type="text" id="jobsearch_location_lat_92326374" name="jobsearch_field_location_lat" value="37.090240">
          </li>
          <li style="display: none;">
            <label>Longitude</label> <input type="text" id="jobsearch_location_lng_92326374" name="jobsearch_field_location_lng" value="-95.712891">
          </li>
          <li style="display:none;">
            <label>Zoom</label> <input type="text" id="jobsearch_location_zoom_92326374" name="jobsearch_field_location_zoom" value="12">
          </li>
          <li style="display:none;">
            <div class="jobsearch-profile-map">
              <div id="jobsearch-map-92326374" style="width: 100%; height: 0px;"></div>
            </div>
            <span class="jobsearch-short-message" style="display: none;">For the precise location, you can drag and drop the pin.</span>
          </li>
        </ul>
      </li>
      <script>
        jQuery(document).ready(function() {
          const observer = new MutationObserver(function(mutationsList, observer) {
            for (const mutation of mutationsList) {
              if (mutation.attributeName == 'autocomplete' && jQuery(mutation.target).attr('autocomplete') == 'off') {
                observer.disconnect();
                jQuery(mutation.target).attr('autocomplete', 'none');
              }
            }
          });
          observer.observe(document.querySelector('select'), {
            attributes: true
          });
          observer.observe(document.querySelector('input'), {
            attributes: true
          });
        });
        var map;
        var currentMarkers;
      </script>
      <script>
        jQuery(document).ready(function() {
          if (jQuery('.location_location1').length > 0) {
            jQuery('.location_location1').trigger('change');
          }
        });
      </script>
      <li class="user-candidate-spec-field jobsearch-user-form-coltwo-full">
        <div id="jobsearch-upload-cv-main8396362" class="jobsearch-upload-cv jobsearch-signup-upload-cv">
          <label>SUBIR CURRÍCULUM *</label>
          <div class="jobsearch-drpzon-con jobsearch-drag-dropcustom">
            <div id="cvFilesDropzone8396362" class="dropzone" ondragover="jobsearch_dragover_evnt8396362(event)" ondragleave="jobsearch_leavedrop_evnt8396362(event)" ondrop="jobsearch_ondrop_evnt8396362(event)">
              <input type="file" id="cand_cv_filefield8396362" class="jobsearch-upload-btn cv_is_req" name="candidate_cv_file" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0; z-index: 9;">
              <div class="fileContainerFileName" ondrop="jobsearch_ondrop_evnt8396362(event)" id="fileNameContainer8396362">
                <div class="dz-message jobsearch-dropzone-template">
                  <span class="upload-icon-con"><i class="jobsearch-icon jobsearch-upload"></i></span>
                  <strong>Favor Adjuntar Currículum</strong>
                  <div class="upload-inffo">Tamaño del archivo: <span>Max 10Mb</span> <span class="uplod-info-and">-</span> Tipos de archivo permitidos: <span>.doc, .docx, .pdf</span></div>
                  <div class="upload-or-con">
                    <span>o</span>
                  </div>
                </div>
              </div>
              <a class="jobsearch-drpzon-btn"><i class="jobsearch-icon jobsearch-arrows-2"></i> SUBIR CURRÍCULUM                                                </a>
            </div>
            <script type="text/javascript">
              jQuery('#cvFilesDropzone8396362').find('input[name=candidate_cv_file]').css({
                position: 'absolute',
                width: '100%',
                height: '100%',
                top: '0',
                left: '0',
                opacity: '0',
                'z-index': '9',
              });
              jQuery(document).on('change', 'input#cand_cv_filefield8396362', function() {
                if (this.files && this.files[0]) {
                  var upcv_file = this.files[0];
                  var upcv_file_type = upcv_file.type;
                  var cvup_allowed_types = '["application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/pdf"]';
                  if (cvup_allowed_types.indexOf(upcv_file_type) >= 0) {
                    var the_show_msg = 'No file has been selected';
                    if (this.files.length > 0) {
                      var slected_file_name = this.files[0].name;
                      the_show_msg = 'El documento "' + slected_file_name + '" ha sido seleccionado.';
                    }
                    document.getElementById('cvFilesDropzone8396362').classList.remove('fileContainerDragOver');
                    try {
                      droppedFiles = document.getElementById('cand_cv_filefield8396362').files;
                      document.getElementById('fileNameContainer8396362').textContent = the_show_msg;
                    } catch (error) {
                      ;
                    }
                    try {
                      aName = document.getElementById('cand_cv_filefield8396362').value;
                      if (aName !== '') {
                        document.getElementById('fileNameContainer8396362').textContent = the_show_msg;
                      }
                    } catch (error) {
                      ;
                    }
                  } else {
                    alert('This file type is not allowed.');
                  }
                }
              });

              function jobsearch_ondrop_evnt8396362(e) {
                var the_show_msg = 'No file has been selected';
                if (e.target.files.length > 0) {
                  var slected_file_name = e.target.files[0].name;
                  the_show_msg = 'El documento "' + slected_file_name + '" ha sido seleccionado.';
                }
                document.getElementById('cvFilesDropzone8396362').classList.remove('fileContainerDragOver');
                try {
                  droppedFiles = e.dataTransfer.files;
                  document.getElementById('fileNameContainer8396362').textContent = the_show_msg;
                } catch (error) {
                  ;
                }
              }

              function jobsearch_dragover_evnt8396362(e) {
                document.getElementById('cvFilesDropzone8396362').classList.add('fileContainerDragOver');
                e.preventDefault();
                e.stopPropagation();
              }

              function jobsearch_leavedrop_evnt8396362(e) {
                document.getElementById('cvFilesDropzone8396362').classList.remove('fileContainerDragOver');
              }
            </script>
          </div>
        </div>
      </li>
      <li class=" candidate-cus-field  jobsearch-depndetfield-con" data-mism="" style="display: inline-block;" data-thid="6519951" data-plc="signup" data-mid="6519951" data-ftype="candidate">
        <label>¿Tiene Experiencia Laboral? *</label>
        <div class="jobsearch-profile-select">
          <select name="experiencia-laboral-si-no" placeholder="Experiencia Laboral (SÍ / NO)" class="jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange selectized" tabindex="-1" style="display: none;">
            <option value="" selected="selected"></option>
          </select>
          <div class="selectize-control jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange single plugin-remove_button">
            <div class="selectize-input items required invalid not-full has-options"><input type="text" autocomplete="off" tabindex="" placeholder="Experiencia Laboral (SÍ / NO)" required="" style="width: 158.516px;"></div>
            <div class="selectize-dropdown single jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange plugin-remove_button" style="display: none; width: 0px; top: 42px; left: 0px;">
              <div class="selectize-dropdown-content"></div>
            </div>
          </div>
        </div>
      </li>
      <li class=" candidate-cus-field  jobsearch-depndetfield-con" data-mism="" style="display: inline-block;" data-thid="6600632" data-plc="signup" data-mid="6600632" data-ftype="candidate">
        <label>Moneda de Expectativa Salarial *</label>
        <div class="jobsearch-profile-select">
          <select name="expectativa-salarial" placeholder="Seleccionar Moneda (Dólares / Colones) - Expectativa Salarial" class="jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange selectized" tabindex="-1"
            style="display: none;">
            <option value="" selected="selected"></option>
          </select>
          <div class="selectize-control jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange single plugin-remove_button">
            <div class="selectize-input items required invalid not-full has-options"><input type="text" autocomplete="off" tabindex="" placeholder="Seleccionar Moneda (Dólares / Colones) - Expectativa Salarial" required="" style="width: 332.781px;">
            </div>
            <div class="selectize-dropdown single jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange plugin-remove_button" style="display: none; width: 0px; top: 42px; left: 0px;">
              <div class="selectize-dropdown-content"></div>
            </div>
          </div>
        </div>
      </li>
      <li class=" candidate-cus-field  jobsearch-depndetfield-con" data-mism="" style="display: inline-block;" data-thid="5506224" data-plc="signup" data-mid="5506224" data-ftype="candidate">
        <label>Disponibilidad para Iniciar *</label>
        <div class="jobsearch-profile-select">
          <select name="disponibilidad-para-iniciar" placeholder="Seleccionar Disponibilidad para Iniciar" class="jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange selectized" tabindex="-1" style="display: none;">
            <option value="" selected="selected"></option>
          </select>
          <div class="selectize-control jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange single plugin-remove_button">
            <div class="selectize-input items required invalid not-full has-options"><input type="text" autocomplete="off" tabindex="" placeholder="Seleccionar Disponibilidad para Iniciar" required="" style="width: 206.141px;"></div>
            <div class="selectize-dropdown single jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange plugin-remove_button" style="display: none; width: 0px; top: 42px; left: 0px;">
              <div class="selectize-dropdown-content"></div>
            </div>
          </div>
        </div>
      </li>
      <li class=" candidate-cus-field  jobsearch-depndetfield-con" data-mism="" style="display: inline-block;" data-thid="5987961" data-plc="signup" data-mid="5987961" data-ftype="candidate">
        <label>Nivel de Inglés *</label>
        <div class="jobsearch-profile-select">
          <select name="nivel-de-ingles" placeholder="Seleccionar Nivel de Inglés" class="jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange selectized" tabindex="-1" style="display: none;">
            <option value="" selected="selected"></option>
          </select>
          <div class="selectize-control jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange single plugin-remove_button">
            <div class="selectize-input items required invalid not-full has-options"><input type="text" autocomplete="off" tabindex="" placeholder="Seleccionar Nivel de Inglés" required="" style="width: 146.703px;"></div>
            <div class="selectize-dropdown single jobsearch-regrequire-field depndfield-selectize jobsearch-depndfield-srchange plugin-remove_button" style="display: none; width: 0px; top: 42px; left: 0px;">
              <div class="selectize-dropdown-content"></div>
            </div>
          </div>
        </div>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <div class="terms-priv-chek-con">
          <p><input type="checkbox" name="terms_cond_check"> He leído y acepto la <a href="https://dorispeters-dpa.com/empleo/politica-de-confidencialidad-y-privacidad/" target="_blank">Política de Confidencialidad y Privacidad.</a> </p>
        </div>
        <input type="hidden" name="action" value="jobsearch_register_member_submit">
        <input data-id="8396362" class="jobsearch-register-submit-btn jobsearch-regpass-frmbtn jobsearch-disable-btn" disabled="" data-loading-text="Loading..." type="submit" value="CREAR CUENTA">
        <div class="form-loader"></div>
        <div class="jobsearch-user-form-info">
          <p><a href="javascript:void(0);" class="reg-tologin-btn" data-id="8396362">¿Ya tiene una cuenta? INICIAR SESIÓN</a>
          </p>
        </div>
      </li>
    </ul>
    <div class="clearfix"></div>
    <div class="registration-errors"></div>
    <div id="jobsearch-aterreg-9679863"><input type="hidden" name="register-security" value="08cc125489"><input type="hidden" name="_wp_http_referer" value="/empleo/wp-admin/admin-ajax.php"></div>
  </div>
</form>

POST

<form autocomplete="off" id="apply-form-1368065" method="post">
  <div class="jobsearch-user-form jobsearch-user-form-coltwo">
    <ul class="apply-fields-list">
      <li>
        <label>Nombre: *</label>
        <input class="required-apply-field" name="pt_user_fname" type="text" placeholder="Nombre">
      </li>
      <li>
        <label>Apellidos: *</label>
        <input class="required-apply-field" name="pt_user_lname" type="text" placeholder="Apellidos">
      </li>
      <li>
        <label>Correo Electrónico: *</label>
        <input class="required" name="user_email" type="text" placeholder="Correo Electrónico">
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <div id="jobsearch-upload-cv-main" class="jobsearch-upload-cv jobsearch-applyjob-upload-cv">
          <label>Currículum *</label>
          <div class="jobsearch-drpzon-con jobsearch-drag-dropcustom">
            <div id="cvFilesDropzone" class="dropzone" ondragover="jobsearch_dragover_evnt(event)" ondragleave="jobsearch_leavedrop_evnt(event)" ondrop="jobsearch_ondrop_evnt(event)">
              <input type="file" id="cand_cv_filefield" class="jobsearch-upload-btn cv_is_req" name="cand_woutreg_cv_file" onchange="jobsearchFileContainerChangeFile(event)"
                style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0; z-index: 9;">
              <div class="fileContainerFileName" ondrop="jobsearch_ondrop_evnt(event)" id="fileNameContainer">
                <div class="dz-message jobsearch-dropzone-template">
                  <span class="upload-icon-con"><i class="jobsearch-icon jobsearch-upload"></i></span>
                  <strong>Favor Adjuntar Currículum</strong>
                  <div class="upload-inffo">Tamaño del archivo: <span>Max 10Mb</span> <span class="uplod-info-and">-</span> Tipos de archivo permitidos: <span>.doc, .docx, .pdf</span></div>
                  <div class="upload-or-con">
                    <span>o</span>
                  </div>
                </div>
              </div>
              <a class="jobsearch-drpzon-btn"><i class="jobsearch-icon jobsearch-arrows-2"></i> SUBIR CURRÍCULUM                                                                            </a>
            </div>
            <script type="text/javascript">
              jQuery('#cvFilesDropzone').find('input[name=cand_woutreg_cv_file]').css({
                position: 'absolute',
                width: '100%',
                height: '100%',
                top: '0',
                left: '0',
                opacity: '0',
                'z-index': '9',
              });

              function jobsearchFileContainerChangeFile(e) {
                var the_show_msg = 'No file has been selected';
                if (e.target.files.length > 0) {
                  var slected_file_name = e.target.files[0].name;
                  the_show_msg = 'El documento "' + slected_file_name + '" ha sido seleccionado.';
                }
                document.getElementById('cvFilesDropzone').classList.remove('fileContainerDragOver');
                try {
                  droppedFiles = document.getElementById('cand_cv_filefield').files;
                  document.getElementById('fileNameContainer').textContent = the_show_msg;
                } catch (error) {
                  ;
                }
                try {
                  aName = document.getElementById('cand_cv_filefield').value;
                  if (aName !== '') {
                    document.getElementById('fileNameContainer').textContent = the_show_msg;
                  }
                } catch (error) {
                  ;
                }
              }

              function jobsearch_ondrop_evnt(e) {
                var the_show_msg = 'No file has been selected';
                if (e.target.files.length > 0) {
                  var slected_file_name = e.target.files[0].name;
                  the_show_msg = 'El documento "' + slected_file_name + '" ha sido seleccionado.';
                }
                document.getElementById('cvFilesDropzone').classList.remove('fileContainerDragOver');
                try {
                  droppedFiles = e.dataTransfer.files;
                  document.getElementById('fileNameContainer').textContent = the_show_msg;
                } catch (error) {
                  ;
                }
              }

              function jobsearch_dragover_evnt(e) {
                document.getElementById('cvFilesDropzone').classList.add('fileContainerDragOver');
                e.preventDefault();
                e.stopPropagation();
              }

              function jobsearch_leavedrop_evnt(e) {
                document.getElementById('cvFilesDropzone').classList.remove('fileContainerDragOver');
              }
            </script>
          </div>
        </div>
      </li>
      <li class="jobsearch-user-form-coltwo-full">
        <input type="hidden" name="action" value="jobsearch_job_apply_without_login">
        <input type="hidden" name="job_id" value="67915">
        <div class="terms-priv-chek-con">
          <p><input type="checkbox" name="terms_cond_check"> He leído y acepto la <a href="https://dorispeters-dpa.com/empleo/politica-de-confidencialidad-y-privacidad/" target="_blank">Política de Confidencialidad y Privacidad.</a> </p>
        </div>
        <input class="jobsearch-apply-woutreg-btn" data-id="1368065" type="submit" value="Apply Job">
        <div class="form-loader"></div>
      </li>
    </ul>
    <div class="apply-job-form-msg"></div>
  </div>
</form>

POST

<form autocomplete="off" method="post" id="jobsearch_uaccont_aprov_form">
  <div class="jobsearch-user-form">
    <p>Por favor active su cuenta con el código enviado a su Correo Electrónico.<br> Si no ha recibido el código de activación, verifique su bandeja de 'SPAM', o intente Iniciar Sesión, y luego haga clic en la opción para reenviar el código.</p>
    <ul class="email-fields-list">
      <li>
        <label> Correo Electrónico: </label>
        <div class="input-field">
          <input type="text" name="user_email">
        </div>
      </li>
      <li>
        <label> Código de Activación: </label>
        <div class="input-field">
          <input type="text" name="activ_code">
        </div>
      </li>
      <li>
        <div class="input-field-submit">
          <input type="submit" class="user-activeacc-submit-btn" value="ACTIVAR CUENTA">
          <span class="loader-box"></span>
        </div>
      </li>
    </ul>
    <div class="message-opbox" style="display: none; float: left;width: 100%;margin: 10px 0 0;"></div>
  </div>
</form>

Text Content

 * Servicios
   * Consultoría de Recursos Humanos
   * Gestión de Planillas
   * Servicios para Candidatos
 * Vacantes

 * Servicios
   * Consultoría de Recursos Humanos
   * Gestión de Planillas
   * Servicios para Candidatos
 * Vacantes

 * INICIAR SESIÓN
 * CREAR CUENTA






GERENTE FINANCIERO ADMINISTRATIVO

Publicado hace 2 meses Contador/a , Finanzas
 * Heredia, Heredia, Costa Rica
 * Publicado : 01/07/2024
 * Fecha límite : 31/07/2024
 * 


DETALLES DEL EMPLEO

 * Experiencia Mínima 5 años
 * Nivel Académico Licenciatura
 * Modalidad de Trabajo Presencial
 * Tipo de Jornada Tiempo Completo






Aportar la estrategia financiera de la compañía, así como el planeamiento y
control de gestión financiera. Funciona como asesor directo de la Gerencia
General.

Licenciatura en Contaduría Pública, Administración con énfasis con Contabilidad
y Finanzas

5 anos de experiencia en posiciones similares

EXPERIENCIA EN HOTELERIA O RESTAURANTES

conocimiento de paquetes de office nivel intermedio




OTROS EMPLEOS


 * JEFE DE CONTABILIDAD
   
    * San José, San José, Costa Rica
   
   

El plazo para aplicar ha finalizado.




© Copyright 2023 Doris Peters & Asociados. Todos los derechos reservados.
Desarrollado por Neurobrand.

 * 
 * 
 * 


 
Solamente los 'Candidatos/as' pueden aplicar a un empleo. Clic en: CERRAR SESIÓN
e intentelo otra vez
 


INGRESE A SU CUENTA

 * Correo Electrónico:
 * Contraseña:

 * ¿Olvidó su contraseña? | CREAR CUENTA
   
   Guardar Contraseña




RESTABLECER CONTRASEÑA

 * Correo Electrónico:

 * ¿Ya tiene una cuenta? INICIAR SESIÓN

Un enlace para restablecer la contraseña será enviado a su correo.




CREAR UNA CUENTA NUEVA

 * Nombre *
 * Apellidos *
 * Correo Electrónico *
 * Contraseña *
 * Confirmar Contraseña *
 * Teléfono: *
   
 * Área de Profesión Principal *
   
   


 * UBICACIÓN / RESIDENCIA ACTUAL
   
   * País de Residencia *
     
   * Estado / Provincia *
     Seleccionar estado / provincia
   * Ciudad / Cantón *
     Seleccionar ciudad / cantón
   * Full Address
   * Latitude
   * Longitude
   * Zoom
   * 
     For the precise location, you can drag and drop the pin.
   
   
 * SUBIR CURRÍCULUM *
   Favor Adjuntar Currículum
   Tamaño del archivo: Max 10Mb - Tipos de archivo permitidos: .doc, .docx, .pdf
   o
   SUBIR CURRÍCULUM
 * ¿Tiene Experiencia Laboral? *
   
 * Moneda de Expectativa Salarial *
   
 * Disponibilidad para Iniciar *
   
 * Nivel de Inglés *
   

 * He leído y acepto la Política de Confidencialidad y Privacidad.
   
   
   
   ¿Ya tiene una cuenta? INICIAR SESIÓN





Close
 


APPLY FOR THIS JOB

 * Nombre: *
 * Apellidos: *
 * Correo Electrónico: *
 * Currículum *
   Favor Adjuntar Currículum
   Tamaño del archivo: Max 10Mb - Tipos de archivo permitidos: .doc, .docx, .pdf
   o
   SUBIR CURRÍCULUM

 * He leído y acepto la Política de Confidencialidad y Privacidad.
   
   


 


RESPUESTAS


 


ACTIVACIÓN DE CUENTA

Por favor active su cuenta con el código enviado a su Correo Electrónico.
Si no ha recibido el código de activación, verifique su bandeja de 'SPAM', o
intente Iniciar Sesión, y luego haga clic en la opción para reenviar el código.

 * Correo Electrónico:
   
 * Código de Activación:
   
 *