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

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.