javascript in pdf form if(this.getField("Global Region").value !=null){} -


i trying lock down pdf form if "global region" field populated. it's long process test code. make sure correct syntax check not null in global region field.

if(this.getfield("global region").value !=null) { //  code here  } 

the posted code correct , works. left out first curly bracket , that's why not working.

if(this.getfield("global region").value !=null) { //  code here  } 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -