Expand my Community achievements bar.

Javascript for Conditional Break in ES4

Avatar

Level 1

Hi All,

I need help with Javascript for a conditional break in LiveCycle Designer ES4.

I have flowed form AttachmentC with Subform01 and Subform02. Within Subform01, I have radio list that either reveals Question2 or keeps Question2 hidden. If Question2 is revealed, Subform02 needs to start at the top of the next page. If Question2 is hidden, Subform02 needs to be on the same page as Subform01. I have identified where in the software to find the conditional break, however, I have no idea how to write the conditional Javascript, nor what “Leader” or “Trailer” mean. Is there anyone out there who can assist me?

Thanks so much!

-GG

2 Replies

Avatar

Level 10

Hi,

"Leaders" and "Trailers" are for adding sub-headings and sub-totals, so doesn't sound like you need to worry about them.  You will have to write the expression that returns true to force a page break, the main thing in your case is to set the To to "Top of Next Page".  So something like;

Capture1.PNG

Regards

Bruce

Avatar

Level 1

Thank you so much! It worked.