cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed in Adobeform to create multiple forms

kishore_usa
Explorer
0 Kudos

Hi experts,

As per business requirement I have to develop Adobe form which consists several forms and should get printed together.

3 Forms:

1. PO Form => It has addresses, Line item details & Terms & conditions => One Master Page & One Body page fulfill the requirement

2. Packing slip Form => It has different addresses, Line item details => This layout is entirely different from PO form. => One master page & One Body page required.

3. Sign Off Form => It has different layout from the above 2 layouts. => It has no line items => One master page can be used to fulfill this form requirement.

Scenario:

When PO saved:

A.Based on some conditions, We have to print all 3 forms Including Purchase Order(PO) form.

B.For some conditions, we need to print only PO form. => Only One PO Form.

C.For some conditions, we need to print Form 1 & Form 3. & etc..

For this,

I have to create One adobe form and include all these 3 layouts in it? If so, how to proceed?

I have created PO Form using One Master page & design page.

But when i create other Master page, I am not able to find option to create corresponding body page..

Could you please help me how to proceed/how to fulfill this requirement...

Thank you in advance.

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

prajeshdesai
Contributor
0 Kudos

and also to print perticular BodyPage based on condition, try below script


if ( expression ) {

       this.presence = "hidden";

}

Hope this helps.

kishore_usa
Explorer
0 Kudos

Thank you Prajesh. It helped me...

Former Member
0 Kudos

In Expression what condition should i give please share any logic using page num

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

Yes, There is a option to set MasterPage for a particular BodyPage.


You need check out Pagination Tab of BodyPage and set your relevant MasterPage.

Hope this helps.