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

palacefanatic
palacefanatic
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by palacefanatic
Customize the badges you want to showcase on your profile
Re: Making a text field Hide/show depending on the outcome of a drop-down box - Adobe LiveCycle 27-05-2009
Thanks Lisa, got it to work. It was just a case of renaming the boxes something more specific with the same script.thanks for your help

Views

127

Likes

0

Replies

0
Re: Making a text field Hide/show depending on the outcome of a drop-down box - Adobe LiveCycle 27-05-2009
Hi,thanks for your help Lisa, but I'm not too good with JavaScript. Tried using this but couldn't get it to work! let me be more specific. The Drop down list contains 3 options (New/Update/Cancellation). I want the answer given on this box to effect the visibility of box "TextField1[3]." I edited the code you gave and this is what I put in:if (this.rawValue == "New"){Textfield1[3].presence = "invisible";Textfield1[3].validate.nullTest = "error"; Textfield1[3].border.edge.color.value = "255,0,0";...

Views

117

Likes

0

Replies

0
Making a text field Hide/show depending on the outcome of a drop-down box - Adobe LiveCycle 26-05-2009
Hi,I wonder if anyone could help me with this. I want to show/hide some text boxes on my form depending on the choice made by the person filling it out. For example there would be a drop down box containing a choice of numbers 1 - 4. If 1 was chosen, 1 of the text boxes below would be visible and required, if 2 were chosen, 2 of the text boxes below would be visible and required etc....I am new to FormCalc (only started using it this morning), so as simple an explanation as possible would be fan...

Views

2.0K

Likes

0

Replies

4