Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

How do you get different check box fields to display based upon a list box selection?

Avatar

Level 1

I am a relative newbie with LifeCycle Designer ES using v.8.2.1 to create interactive forms to replace manual hardcopies.  I am working on a form that has a few pull down list boxes.  I want different check box fields to display based upon the selection of an item from one of the pull down lists.

Any guidance on the best way to accomplish this would be greatly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Here is a sample with script in the change event of the dropdown. You may want to clear previous checkbox choices once the subform is hidden.

It is good to group objects in a subform - that way you only need to hide the subform and not each object in turn.

Good luck,

Niall

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

Hi,

Here is a sample with script in the change event of the dropdown. You may want to clear previous checkbox choices once the subform is hidden.

It is good to group objects in a subform - that way you only need to hide the subform and not each object in turn.

Good luck,

Niall