-
-
Save desenvolvendositeswp/2c6dfee56dffaf89aa69fb878562b49a to your computer and use it in GitHub Desktop.
Código para desabilitar a alteração dos inputs do jetformbuilder
This file contains hidden or 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
document.getElementById("endereco").readOnly = true; | |
document.getElementById("bairro").readOnly = true; | |
document.getElementById("cidade").readOnly = true; | |
document.getElementById("uf").readOnly = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment