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

theresa_johnson
theresa_johnson
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by theresa_johnson
Customize the badges you want to showcase on your profile
Populating Text Field from Dropdown in Repeating Subforms - Adobe LiveCycle 18-04-2012
Hi there,I'm trying to create a dropdown in a repeating subform that populates a text field in the same subform depending on the option selected.I used the functionality described here to acheive the text field population in the first row, but I have trouble when I add additional instances of my subform. In subsequent instances, when I select an option from the dropdown, it changes the text in my first textbox and does not populate anything in the repeated textbox.I'm not sure how to get this to...

Views

856

Likes

0

Replies

1
Re: Tabbing order in addInstance subforms - Adobe LiveCycle 15-03-2012
You're the best! This workaround is great. Thanks much!

Views

132

Likes

0

Replies

0
Re: Tabbing order in addInstance subforms - Adobe LiveCycle 14-03-2012
Hi,I have set my tab order via Window --> Tab Order...however, any added instances of my subform are basically ignored by the tabbing order I set. I've been playing around with scripting the tab order just in those added subforms today, but can't get it quite right. Do you have any thoughts on how I should approach this?I did a setFocus on the first field of the subform when the subform is initialized, but when I get to the end of my line, the tabbing goes back to the beginning of the form inste...

Views

128

Likes

0

Replies

0
Re: Dynamic radio button fields do not display again after form is saved - Adobe LiveCycle 14-03-2012
This worked perfectly. Thank you so much for your help!

Views

132

Likes

0

Replies

0
Re: Dynamic radio button fields do not display again after form is saved - Adobe LiveCycle 13-03-2012
Hi,Thanks so much for your response! I am using Designer 8.2.1.I just played around with more of my form...this seems to happen whenever I am working with a hidden subform that is displayed when the user clicks a button (or selects the appropriate radio button). I have a couple of other places within my form where this occurs.Here is an example of the script on one of those buttons: var intNewIndex = form1.construction_type.const_type_repeat.instanceManager.count-1;form1.construction_type.resolv...

Views

130

Likes

0

Replies

0
Dynamic radio button fields do not display again after form is saved - Adobe LiveCycle 13-03-2012
Hello,I have a group of radio button questions within a dynamic form that display additional questions based on the answer.So for the question "Is there a basement?" if the user indicates yes, there is a basement, additional questions are displayed to gather more information about the basement. If the user indicates no, then those questions do not appear.Everything works beautifully in the form. However, when the form is saved and then re-opened, the additional questions do not appear in the for...

Views

1.5K

Likes

0

Replies

4
Tabbing order in addInstance subforms - Adobe LiveCycle 13-03-2012
Hello,I am trying to set my tabbing order in an addInstance subform. The tabbing works as I expect it to until the user adds an instance of the subform...and then those fields are not addressed until the entire form has been tabbed through.Does anyone know if there is a way to include these added subforms in the tabbing order either through LiveCycle or with some code?Thanks so much,Theresa

Views

1.9K

Likes

0

Replies

5