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

jcruzer66
jcruzer66
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jcruzer66
Customize the badges you want to showcase on your profile
Need help making digital signature field read only if required fields are null - Adobe LiveCycle 18-05-2014
Using Adobe LiveCycle Designer, I have a digital signature field. I want to prevent users from being able to digitally sign the pdf if any required fields in the pdf are null or blank. I'm a newbie to scripting so any detailed help would be greatly appreciated. The required fields in the pdf include radio buttons, check boxes, text field, etc. I appreciate any help anyone can provide.Thanks

Views

148

Likes

0

Replies

0
Re: Validate fields before signature - Adobe LiveCycle 17-05-2014
When I attempt to use your example code, I receive error on syntax check...//if both fields have something in them make signature field updatable//otherwise set it to readOnlyIf ((field1.rawValue != "" && field1.rawValue != null) && field2.rawValue != "" & field2.rawValue != null) { this.access = "open";} else { this.access = "readOnly";}Error: syntax error near token '!' on line 3, column 22Any ideas why this is? Any help would be greatly appreciated.Thanks

Views

1.4K

Likes

0

Replies

0