cancel
Showing results for 
Search instead for 
Did you mean: 

Terms and Condition Page

Former Member
0 Kudos

Hi Experts,

I have created a form for Order Confirmation, I want to add Terms and Conditions as last pages( its around 3 pages)

For Some Document It displays Correctly ...say for example, if the main form extends to 2 pages

then it is showing correctly adding 3 pages of Terms and Conditions as last pages ...

but if the document exceeds 2 pages,it is not displaying properly ...

I have created Form with 3 Pages

First Page

Last Page

and Terms Page

In the First Page Main Window, I have created a Command at the end of Main Window and gave GO TO NEXT Page as 'TERMS' page

In the General attributes , mentioned Next Page as Last Page and in Last Page its Terms Page..

Pls tell me where I am going wrong ??

Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

Do u want to display all content of first page on the next page if

form goes to second page?

Or u wwant only main window data on next page?

if first is the case-

what i think u dont need 3 pages but only 2.

form & terms resp.

for form page give next page as form only(same page)

at end of main window give command line for terms page.

Former Member
0 Kudos

Hi Raghu,

In case if you want to print the terms and condition as last page :

Create only two pages :

In first page after the main window create a command node go to new page: page 2.

In second page create the text node for the terms and condition.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

In first page the Main window starts at ( upper Margin 10 LN ) since i have some other details to be displayed in First Page ..

if I just create 2 pages .. when I have more data to be displayed ... in the second page its display from Line 10 only ... more empty space in second page ... ????

Former Member
0 Kudos

Hi,

the next page attribute for

first -- last

last -- last.

In your last page main window after your loop node... create command node to trigger new page and give the page name as 'Terms'.

regards

padma

Former Member
0 Kudos

first page

second page

term1 page

assign like this

first page general attributes second page

first page command node as term1 page

second page general attribute second page

second page command node as term1 page

term1 page general attribute blank.

Former Member
0 Kudos

not working ..

Former Member
0 Kudos

In Last page also you have to create command node saying that call terms & condition page.

Former Member
0 Kudos

I have given that ...but still not working

Former Member
0 Kudos

Hi,

Place the Comand node after the LAST page main window.