Question
Javascript Console error
Hi @9264381,
I am new to this. I am getting this error, while doing some opeartions on javascript. Can you please help on this.
Type of PDF: XFA.
notallowederror security settings prevent access to this property or method.
var pdfFormField = this.getField('user_name');
if(pdfFormField != null) {
pdfFormField.value = "test"
}

