Conditional Text Box

Hi,

I have a job which is PDF input and variables pages per pack. I want to add a message onto page X only so I was thinking I could setup a conditional text box and use something like the below:

image

but I can’t see anything I can use for the as this needs to be current page in document

James

I would add an absolute positioned box and use the script to set the page anchor. The following would move the box to the second page (page_media is zero based):
results.attr(‘anchor’, ‘page_media_1’);

Erik

move-box-to-page.OL-template (16.5 KB)