cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form Page settings

Hello,

I created an online interactive adobe form.

Form is working fine, but my requirement is to reduce the form page size for avoiding the scroll bar when it displaying at output.

actually the form is having few sub forms  in that some text fields are placed.

in my current adobe form some empty space is there after the required fields, but i don't want to show that space at output

requirement is that, the user don't want to scroll down.

,

I have changed some settings under the master page for page orientation.

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_m2
Contributor
0 Kudos

Hi Shanthan,

Click on Master page and define the page size(height and width) and layout(portriat or landscape) you needed.  Also adjust the content area accordingly  

Thanks,

Rakesh

Answers (1)

Answers (1)

navip
Active Participant
0 Kudos

Hi,

  Please follow any of the below mentioned steps:

1) Select the Sub form which is at the end in the content area and select

    Palettes menu-->Object-->Subform--> Content Flowed and Flow Direction--> Top to Bottom.

2) To avoid the Scroll bars, Select the text field which is moving to the 2nd page and in the event initialize write the  

    below code:

                       $.access = "nonInteractive"

---

Naveen

Former Member
0 Kudos

Hello,

I tried this. It works for over flow from page 1 to pag 2. But then scroll bars appear when overflow takes place from page 2 to page 3.