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

Nefitz
Nefitz
Offline

Badges

Badges
2

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 Nefitz
Customize the badges you want to showcase on your profile
Re: Conditional fields not displaying after closing & reopening form - Adobe LiveCycle 04-07-2011
Hi again & apologies in the delay in my response.Here's an example of the script I've used both visibility of specific fields and also subforms - I found this script easier as I often have questions which, depending on the answer, will require different fields to be visible. In all cases the script is located on the "change" event.form1.S2.ScanningSubform.ScanToEmail.presence = "hidden";form1.S2.ScanningSubform.ScanToOther.presence = "hidden";switch (xfa.event.newText){ case "Emailed": form1.S2....

Views

128

Likes

0

Replies

0
Re: Conditional fields not displaying after closing & reopening form - Adobe LiveCycle 29-06-2011
Thanks radzmar,So would I need to rescript my events, or add a button (something like 'finalise form') when the form is filled out to activate the layout: ready event?Thanks very much

Views

128

Likes

0

Replies

0
Conditional fields not displaying after closing & reopening form - Adobe LiveCycle 29-06-2011
Hi there,I've created a PDF form using LiveCycle Designer, which has conditional fields which appear based on the user's response to other questions. My conditional formatting is working fine and the correct additional fields are being displayed based on the user selections.However, if I add some information into one of the conditional fields once it's made visible, when I save & close the form, on reopening the form, the conditional fields are no longer displayed. If I re-select the item to mak...

Views

1.3K

Likes

0

Replies

4