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

kiefferg
kiefferg
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by kiefferg
Customize the badges you want to showcase on your profile
Re: Validate fields before signature - Adobe LiveCycle 20-04-2011
Hi Adam,No, I never figured it out before I had to move onto other stuff. I wentwith the double click (the form is meant for a small group so I can do somehuman management).That said, I did get an e-mail from forms@adobe the same day you wrote to mementioning a partial solution. Here is the text (including a link)I've put a bit of a solution to this athttp://users.cecs.anu.edu.au/~gmcintyr/example.xdp.zipbased on something I saw a few years ago. The form has 3 account fields.Leave one or all of ...

Views

1.4K

Likes

0

Replies

0
Validate fields before signature - Adobe LiveCycle 30-12-2010
Hello --- hope you are all enjoying the holiday season.I'm working on a fillable pdf form for my office mates to use as a cover sheet for certifying invoices for payment. I have a few fields which must be filled in for the finance team to accept the document. I also have a document signature field so the form filler can sign the coversheet (our office has certificates all set up). I'm using LiveCycle Designer (LCD) on an enterprise so I have no control over when/if I'll ever have a later version...

Views

9.7K

Likes

0

Replies

8
Re: subform visibility - Adobe LiveCycle 03-12-2009
Paul,Looks like that did the trick.since my problem was not in the javascript but rather the choice of event (change vs exit), any reccommendation on a good read for general info on events (which events happen when, etc).Thanks for you time & help.Gordon

Views

101

Likes

0

Replies

0
subform visibility - Adobe LiveCycle 02-12-2009
HiI'm trying to make a subform visible or invisible based on the user-selected value in a dropdown list. I thought this was clear after reading the help file.I've got the presence prperty of the subform set to invisible and I'm using the following code in the change event of the drop down list (assume the dropdown list has only three values; a default "Select", and two choices "foo" and "bar")if ( dropDownList.rawValue == "foo" ){ subform.presence = "visible";}if( dropDownList.rawValue == "bar" ...

Views

844

Likes

0

Replies

4
Re: Drop down issue - Adobe LiveCycle 12-10-2009
Paul,your example also helped me with a similar issue. Thank you for posting your response.GDK

Views

139

Likes

0

Replies

0