Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Adobe Mobile Forms: Loading all pages of forms at once

Avatar

Former Community Member

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