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

Repeating instances help

Avatar

Level 7

In a repeating subform I have a DDL with Item A, B and TextFieldA and TextFieldB(Hidden).

In case of item B: TextFieldA become Hidden and TextFieldB become visible.

It's work when I select ItemB 9TextFieldA become Hidden and TextFieldB become visible for the first(default instance).

My problem is when  I click on the button to create a new instances  TextFieldA is visible on all instances

and TextFieldB hidden !

What I have to do in order on all instances:

if ItemA select then: TextFieldA become Visible and TextFieldB become hidden.

if ItemB select then: TextFieldA become Hidden and TextFieldB become visible.

Thanks

0 Replies

Avatar

Level 10

Hi,

Adding a new subform should use the presence values as set in the form template, so is it possible you have some code in an initialize event that is causing some problems?

Here is a sample that might help.

https://workspaces.acrobat.com/?d=MEIyiCDLmcgW9ZYwlqmpKg

Bruce