Expand my Community achievements bar.

SOLVED

How do you hide checkboxes in a subform?

Avatar

Level 2

I'm new at building LiveCycle forms and I'm trying to make the check boxes disapear if they haven't been checked when I answer a follow-up question.  Any help would be great.

Jackson

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

It can be done by accessing the .presence property of the checkboxes.

Here is a sample: https://acrobat.com/#d=uDqOzsAn9f2tXFgIUtOIig

Maybe consider the users' experience when the checkboxes disappear - what if they wanted to amended a previous response.

Good luck,

Niall

View solution in original post

6 Replies

Avatar

Former Community Member

You will want to use the presence property on the object. You can make it visible, invisible or hidden. So to hide the object:

Object Name.presence = "invisible"

To show the object then:

Object Name.presence = "visible"

Paul

Avatar

Correct answer by
Level 10

Hi,

It can be done by accessing the .presence property of the checkboxes.

Here is a sample: https://acrobat.com/#d=uDqOzsAn9f2tXFgIUtOIig

Maybe consider the users' experience when the checkboxes disappear - what if they wanted to amended a previous response.

Good luck,

Niall

Avatar

Level 2

Paul, here is the form. The "NatureChkSub" is where I'm trying to hide the

check boxes if their not checked by the user. I want the unchecked boxes to

be hidden when I answer the question in the "BodyQuesSub".

Jackson

Jackson Alexander, Sr. H.R. Analyst

Department of Human Resources, H.R. Services

(619) 531-5205, work

(619) 685-2458, fax

Avatar

Former Community Member

There is no form here ...you cannot add attachments to this forum. Niall gave you an example that shows what to do .....I would start with that then ask more questions as needed.

Paul

Avatar

Level 2

This info. worked.

Thank you very much.

Jackson

Jackson Alexander, Sr. H.R. Analyst

Department of Human Resources, H.R. Services

(619) 531-5205, work

(619) 685-2458, fax

Avatar

Level 2

Niall's example worked.

Thank you.

Jackson

Jackson Alexander, Sr. H.R. Analyst

Department of Human Resources, H.R. Services

(619) 531-5205, work

(619) 685-2458, fax