Hello @jCaltrans
As we discussed on the support case, the Parent subform doesn’t contains the layout as “tb”, which is causing the issue.
After adding layout=’tb’ , the pagination is enabled as shown in the below screenshots
The shared template did not declare a flowed (top-to-bottom) layout on the root subform (name="PM-0207").
Because the root had no layout (flowed), Designer treated the hierarchy as mixed and left Pagination and those page/root options disabled, even though inner objects could still show different behaviour.
What we changed
We updated the XDP so the root subform (name="PM-0207") uses layout="tb" (top-to-bottom flow), and everything works as expected.
Thanks,
Rahul