Mobile app version of vmapp.org
Login or Join
Pope1402555

: Acrobat script to delete a page if a form field is empty I need a Javascript keystroke script for an Acrobat Pro DC Form field that will delete the page the text field is on if the text

@Pope1402555

Posted in: #AdobeAcrobat #Javascript #Pdf

I need a Javascript keystroke script for an Acrobat Pro DC Form field that will delete the page the text field is on if the text field is blank. This is on a continuation page for the field preceding.

I already have a script on the first form field to jump to the continuation page if the first field is full.

if ( event.fieldFull || event.willCommit ) this.getField("*name of next field to continue in*").setFocus();

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope1402555

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme