cancel
Showing results for 
Search instead for 
Did you mean: 

How to print text only in last page in ADOBE FORMS

Former Member
0 Kudos

Hi,

Am unable to display footer text only in the last page of adobe forms. Could you please help in this issue.

Thanks and regards

View Entire Topic
nikolayevstigneev
Contributor

Hi, Kumar!

You can add a small script to your subform, smth like

if ( xfa.layout.page(this) <> xfa.layout.pageCount() )

      this.presence = "hidden";