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

neferteri_grace
neferteri_grace
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by neferteri_grace
Customize the badges you want to showcase on your profile
How to validate required fields before executing menu item ("Save As") using cutom Javascript? - Adobe LiveCycle 24-09-2014
Hi,Sorry, I am new to PDF Development. I tried creating PDF using Acrobat XI Pro. During creation, I have encountered issues in running custom JavaScript. The requirement is to validate all the required fields before saving the PDF. I tried using the following scripts to validate the said required fields. But, it's not working.Option 1: If the field is null, a message box will appear. if(this.getfield("textbox") = null){app.alert("required");}else {app.execMenuItem("SaveAs");}Option 2: If the fi...

Views

530

Likes

0

Replies

0