desarrollocresa.com Open in urlscan Pro
50.28.10.99  Public Scan

URL: https://desarrollocresa.com/
Submission: On November 30 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="form-cedula">
  <div class="input-group mb-3">
    <input type="text" id="cedula" class="form-control col-md-9 cedula mx-auto" maxlength="10" placeholder="Ingresa tu cédula" required="">
  </div>
  <button type="submit" class="btn boton-enviar mx-auto">Consultar</button>
</form>

<form>
  <div class="mb-3">
    <label for="cedula-readonly" class="form-label">Cédula:</label>
    <input type="text" id="cedula-readonly" class="form-control" readonly="">
  </div>
  <div class="mb-3">
    <label for="telefono" class="form-label">Teléfono:</label>
    <input type="number" id="telefono" class="form-control" placeholder="Teléfono" maxlength="10">
  </div>
  <div class="mb-3">
    <label for="nombres" class="form-label">Nombres:</label>
    <input type="text" id="nombres" class="form-control" placeholder="Nombres" maxlength="50">
  </div>
  <div class="mb-3">
    <label for="apellidos" class="form-label">Apellidos:</label>
    <input type="text" id="apellidos" class="form-control" placeholder="Apellidos" maxlength="50">
  </div>
  <div class="mb-3">
    <label for="email" class="form-label">Correo:</label>
    <input type="email" id="email" class="form-control" placeholder="Email" maxlength="100">
  </div>
  <div class="form-check mb-3">
    <input type="checkbox" id="check1" class="form-check-input">
    <label class="form-check-label" for="check1">He leído y acepto la <a href="https://www.crecoscorp.com/resources/repositorio/autorizacion_datos.pdf" target="_blank">Política de tratamiento de Datos Personales</a></label>
  </div>
  <button type="submit" class="btn btn-primary w-100">Aceptar</button>
</form>

Text Content

Consultar
Cédula:
Teléfono:
Nombres:
Apellidos:
Correo:
He leído y acepto la Política de tratamiento de Datos Personales
Aceptar