Skip to main content
Known Participant
March 26, 2016
Question

checkbox checks other checkboxs

  • March 26, 2016
  • 1 reply
  • 322 views

If I check a checkbox I a PDF form, I want 4 other checkboxes to be selected.

So checking and unchecking this box, will uncheck these other 4 boxes.

Also, show hide.....is there a way to not hide but disable or make read only instead of hiding?

This topic has been closed for replies.

1 reply

Inspiring
March 26, 2016

To set the values of other fields including check boxes you need to write a custom JavaScript for the Mouse Up action.

Again, you will need to write a custom JavaScript.