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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

disappearing questions

Avatar

Level 2
how can i make a future question disappear if a user replies "no" to an earlier question?
4 Replies

Avatar

Level 2
Hi Carly,

You'll have to build it as a dynamic form, and save it as such.

Cheers,

Eric

Avatar

Level 2
Okay, but how do I format the dynamic form in this capacity? what fields/options/preferences should i be paying attention to to make this work?

Avatar

Level 10
It is more than simply making the form dynamic ....it must eb built in a certain way (broken out into subforms). There are good examples that ship with the product.

Avatar

Level 4
if (mycheckbox.rawValue == 0)

{

myOtherField.prsence="invisible"

}

else

myOtherField.presence="visible"