cancel
Showing results for 
Search instead for 
Did you mean: 

Adobeform - Header values not displayed on the 2nd page except the 1st page.

Former Member
0 Kudos

Hello Expert,

I have created a form (a non-interactive one) where the header information needs to be displayed in all pages but only on the 1st page the information is being displayed and NOT on the following pages.

It should be like this :

1st page  -

Name :Bob

Age : i

Address : Addess1

2nd page  -

Name :Bob

Age : i

Address : Addess1

But it is being displayed liek this :

1st page  -

Name :Bob

Age : i

Address : Addess1

2nd page  -

Name :

Age :

Address :

I have tried to put everything in a subform and set the option flowed but still it did not work.

Can anybody please help?

Thanks.

Minoushka.

Accepted Solutions (0)

Answers (1)

Answers (1)

rakesh_m2
Contributor
0 Kudos

hi minoushka,

i guess, you are populating values in a table and binding them in header.  Header values should be in a variable or in structure.  Else, it will not display in second page.

Thanks,

Rakesh

Former Member
0 Kudos

Hi Rakesh,

This is correct. Thanks a lot for your help.

Actually one new problem is arising is that, the header table is only being repeated on the 2nd page and not on the 3rd page and so on. Can you please help on this one?

Thanks a lot for your help.

Minoushka.

Former Member
0 Kudos

Hi,

For table : there will be header row, data row and footer (all are optional).

In your Header , go to pagination tab and check if following are tick or not, if not please tick.

1. Include Header row in intial page

2. Include header row in subsequent pages

and After : Continue Filling parent.

And in Binding TAB : Repeat Table for Each Data Item should be ticked with Min. Count : 1

Also your table should be in Page/Subform having FLOWED.

This will help you.

Regards,

Vishvesh

Former Member
0 Kudos

Hi Vishvesh,

Thanks a lot your help.

It works this way

Regards,

Minoushka