Mr. Moore,I'm new to coding and I have a project I'm working on. I have
a button that allows a user to attach a PDF to the form. My script works
fineif (app.viewerVersion < 11) { import_pre_11();} else {
import_11();}but I wanted to know is there a conditional script
(If/then) that I can use to validate a hidden field value (If the click
action is Cancel then the hidden text value= "" but if the click action
is Select then the hidden text value is "File Attached")? I hope that
made sense. I'm us...