Skip to content

Instantly share code, notes, and snippets.

@uxDaniel
Forked from cejaramillof/pasaporte.js
Created June 3, 2022 19:48
Show Gist options
  • Save uxDaniel/593a25abff027c8744d15272c8df5ca6 to your computer and use it in GitHub Desktop.
Save uxDaniel/593a25abff027c8744d15272c8df5ca6 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 = "fechaaaaa";
document.getElementById("tipo_solic").value = 1;
document.getElementById("num_tel").value = "cel";
document.getElementById("correo").value = "[email protected]";
document.getElementById("correo_ok").value = "[email protected]";
document.getElementById("acepto").checked = true;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment