function verifyInstitucion(){ var eligeinst = document.getElementById(«upch-form-7246–institucion»); var nominst = document.getElementById(«upch-form-7246–nom_institucion»); var nomarea = document.getElementById(«upch-form-7246–nom_area»); if(eligeinst.value===’otra’){ nominst.disabled = »; nominst.style.background= ‘transparent’; nomarea.disabled = ‘disabled’; nomarea.style.background= ‘rgb(59 56 56 / 59%)’; }else if(eligeinst.value===’UPCH’){ nominst.disabled = ‘disabled’; nominst.style.background= ‘rgb(59 56 56 / 59%)’; nomarea.disabled = »; nomarea.style.background= ‘transparent’; } }