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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
THANK YOU Bruce!
Views
Replies
Total Likes