Skip to content

Instantly share code, notes, and snippets.

@Angelfire
Forked from cejaramillof/pasaporte.js
Created May 20, 2022 15:13
Show Gist options
  • Save Angelfire/7584b2798796604d6c03a56ed47f2f54 to your computer and use it in GitHub Desktop.
Save Angelfire/7584b2798796604d6c03a56ed47f2f54 to your computer and use it in GitHub Desktop.
Bookmark: Completar campos solicitar Pasaporte Antioquia
javascript: (function () {
document.getElementById("num_ide").value = "cedulaaaaaaa";
document.getElementById("fecha_pago").value = "dia/mes/año";
document.getElementById("tipo_solic").value = 1;
document.getElementById("num_tel").value = "cel";
document.getElementById("correo").value = "correo@gmail.com";
document.getElementById("correo_ok").value = "correo@gmail.com";
document.getElementById("acepto").checked = true;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment