Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

email particular pages only not the full form

Avatar

Level 2

Hi Experts

I am working with LiveCycle Designer ES2 forms. I am trying to add a submit button form as pdf it works fine. My problem is I have 15 pages form but I need to send only the main pages for example I need to send email attachment only the last two pages not the full form.

Its possible?

Kindly suggest.

Thanks in advance

1 Reply

Avatar

Level 10

I think the only option would be to hide the pages.

pageName(or subForm).presence = "hidden";

and then after the email routine finishes show the pages again.

pageName.presence = "visible";

If you had all the pages you want hidden in one subform then it would just be one line of code.