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

mhkrause_dreams
mhkrause_dreams
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mhkrause_dreams
Customize the badges you want to showcase on your profile
Re: Access field in hidden subform - Adobe LiveCycle 29-03-2010
Srini,Thanks for the help, but I think I figured it out. "Hidden" may have been a misnomer. We are actually adding and removing instances using the instance manager. Once I remove the instance, I lose visibility into the fields within the removed instance. So, I'm going to have to go a different route.Thanks again!Mark

Views

132

Likes

0

Replies

0
Re: Access field in hidden subform - Adobe LiveCycle 28-03-2010
Srini,I appreciate the response. Maybe I am not understanding the count or underscore features. From my understanding, if the "count" is 1 then the subform is visible. In that case, the user can see the question and answer it as a required field. My problem is the subform is not visible (count of 0), but can be accessed using the underscore.Maybe this simple case will clarifiy the problem:Q1. Do you have a favorite color?Radio: Yes/NoIf "Yes" {Q2a. What is it?Text: {required}}if "No" {Q2b. Why n...

Views

134

Likes

0

Replies

0
Access field in hidden subform - Adobe LiveCycle 28-03-2010
I apologize if this seems very basic question, but have not been able to find an answer yet.I need to turn off a mandatory field inside a hidden subform. I can access the subform using the instance manager, but not any fields inside it.I've tried something like this:form1::preSubmit:form - (JavaScript, both)if (page2.mainSub._branch2.count == 0){ page2.mainSub._branch2._reqField.mandatory = "disabled";}I guess my other option would be to make every field not required and then set to mandatory wh...

Views

879

Likes

0

Replies

4