-
-
Save uxDaniel/593a25abff027c8744d15272c8df5ca6 to your computer and use it in GitHub Desktop.
Bookmark: Completar campos solicitar Pasaporte Antioquia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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