How replace a document name

ID NOBLE
Tera Expert

Hello,

 

Please how can I replace a document name under PDF Forms "Attachment Options". For clarity and better understanding, I have attached the one we currently have but doesn't work.

 

Thanks.

2 REPLIES 2

Isela Phelps
Tera Guru
Tera Guru

In your code, it says "amswer", try changing it to "answer" 

 

 

var answer = "Shop store WFH Form (" + current.request.item.getValue('number') + ")";

 

 

What happens if you change "amswer" to "answer" in your code (line 6)?  



Want to connect? Follow me on LinkedIn

Thanks for your response and observation. I have corrected it and updated everything the same way you did above, but still doesn't work