tick box to tick from dropdown box selection
Hello I have a PDF form that I have made.
It has a dropdown box with 0,1,2,3 I would like a check box to tick if 1,2 or 3 is selected.
Could someone please help me
Hello I have a PDF form that I have made.
It has a dropdown box with 0,1,2,3 I would like a check box to tick if 1,2 or 3 is selected.
Could someone please help me
So the drop-down field is called "box 1" and the checkbox field "A1"?
If so, you can do it like this:
Create a (hidden) text field with the following custom calculation script:
this.getField("A1").tickThisBox(0, (this.getField("box 1").valueAsString!="0");
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.