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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes