Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Creating a Super Form

Avatar

Level 2

I want to combine 8 Adobe LiveCycle forms that ask similar questions on them, such as name, DOB, etc so that they can auto fill similar areas across all of the forms. But then I want the user to be able to print the forms as separate forms. is this possible?

2 Replies

Avatar

Level 7

Would you be okay with multiple pages in a single form?

Page1 = first form

Page2 = Second form

etc.

Set each page to start on a new Page in the pagination tab, and it will look like individual forms. Then some simple coding logic to create some print buttons that only print certain forms.

Avatar

Level 2

Do you know the script to print "certain forms"