Show/Hide Field and Check a Box Questions with a Twist
1. I need to show/hide a text field based on 4 Yes/No drop dropdowns.
-There are 4 dropdowns with only the options Yes and No.
-There is a message that must become visible if ANY selection is No.
The main problem I am running into is if 2 or more are changed to no and then you change 1 to yes, it removes the message although there is still at least 1 that says no. I have attempted to do an export value and have a hidden calculation text field with an "if >0", "make visible" but I was guessing with the code so it didn't work.
2. I need to check 1 checkbox based on 4 other checkboxes.
-There are 4 checkboxes and 1 hidden checkbox.
-I need the hidden checkbox to be checked of 1 or more of the other checkboxes are checked.
This may seem like a strange request but it stems from the need to spawn a page. I have figured out how to spawn/delete an info page based on 1 checkbox but this causes problems with multiple checkboxes. I can't stop it from spawning multiple pages based on multiple checkmarks. I only ever need 1 info page to be spawned. i figured if I can check a hidden box that it would fix the problem but you Pro's may have the right solution.
I have little to no Java experience. What I have learned so far has been from these forums over the past few weeks so a little extra detail on a solution would be really appreciated. If I need to provide a document sample I can. I also an trying to do these without lifecycle which, based on what I have see so far, should be possible.
Thanks in advance.
JT
