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

EvoM2
EvoM2
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 EvoM2
Customize the badges you want to showcase on your profile
Re: Fill in Form Problems and Signing Problem - Adobe LiveCycle 22-05-2013
Hi Boscobenko,Do you have Acrobat also?If so...Once you have finished your development in Livecycle, you can open the file in Acrobat and then go to File>SaveAs>ReaderExtendedPDF>Enable Additional Features...As I understand it this should reapply the additional features you originally had on the form like signing, adding comments, allowing whole PDF submission, etc.I'd save under a different file name initially to test out if that gives you the solution.I hope that helps.Best RegardsChris

Views

64

Likes

0

Replies

0
Presence of child objects different to that of parent subform creating a validation error(ES2)? - Adobe LiveCycle 22-05-2013
Hi All,I've been able to change the mandatory state of an object based on its visibility like://javascript//currentObject is passed as a var to this code in a function if (currentObject.presence == "visible")// if the object is visible then make it mandatory { currentObject.validate.nullTest = "error"; //make mandarory } else //else if it's not visible it must not be mandatory { currentObject.mandatory = "disabled"; //make it non-mandatory }This is okay if this is applied directly to the object ...

Views

883

Likes

0

Replies

1