Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Adobe Mobile Forms: Loading all pages of forms at once

Avatar

Not applicable

Hello everyone, 

I am currently involved in a project where we are deploying forms in HTML from the AEM server. This is done by leveraging the LiveCycle ES4 infrastructure in place. 

Our forms load fine and we have no issues with that. We do have one challenge. We currently need to have all pages of our forms (created in LiveCycle Designer, rendered by AEM) loaded at once 

As some of you know, the nav_footer.jsp under /libs/xfaforms/nav/scroll/nav_footer.jsp contains code to load pages when the form is scrolled down. 

What can be done to force all pages to load at once? I have looked at the formbridge documentation, and the pagingmanager referenced in the nav_footer.jsp is not explained.

Has anyone done this before? 

Thanks in advance for any assistance you can provide.

Jacques @ Lab 328

1 Reply

Avatar

Level 1

You can begin with a custom profile[1] and set the appropriate paging config.

Then set the script in config.jsp or html.jsp

            
<script>
 formBridge.registerConfig("pagingConfig",{pagingDisabled: true});
 </script>

 

[1] https://helpx.adobe.com/aem-forms/6/html5-forms/custom-profile.html