Quantcast
Channel: Adobe Community: Message List - PDF Forms
Viewing all articles
Browse latest Browse all 57214

Re: duplicate field value and increase it by one

$
0
0

Use this code as the field's custom calculation script:

 

event.value = Number(this.getField("Year").valueAsString)+1;


Viewing all articles
Browse latest Browse all 57214

Trending Articles