Answered
Text field response from checkbox selection.
I'm trying to get an Acrobat form text field to display one of three answers depending on which checkbox above it was selected. Any help much appreciated.
I'm trying to get an Acrobat form text field to display one of three answers depending on which checkbox above it was selected. Any help much appreciated.
"Choice1" is the value, so use this:
if (this.getField("Criteria 1").valueAsString == "Choice1")
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.