cancel
Showing results for 
Search instead for 
Did you mean: 

sub form in adobe forms

Former Member
0 Kudos

hi all.

in adobe forms i want to display a subform. which should appear only three time in a page. if it exids three it automatically goes to the next page. help me how to write a conditional page braek..

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

1. Go to Conditional break section in your Pagination Tab. Click + icon.

2. In When section --> Change the Language to JavaScript and write as

if(frm1.instanceManager.count == 3) // Assuming frm1 is name of your subform

3. In Break Section --> Select After and in To select Top of Next Page.

Chintan

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

Hello,

work with the conditional breaks. Search the forum, there are posts about it. Next option is to open the LCD and in help most topics are covered nicely. You can find conditional breaks description in there too. You will work with Object - Apgination tab. Hope this helps, Otto

Former Member
0 Kudos

hi,

its not working for me.weather count is a variable...