cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide a page in the Adobe form through Scripting

sreelatha_gullapalli
Active Participant
0 Kudos

Hi All,

Can any body provide the solution how to hide a Page in the Adobe form through scripting depending on some conditions.

Thanks in advance.

Thanks & Regards,

Sreelatha Gullapalli.

Accepted Solutions (0)

Answers (3)

Answers (3)

AntonPierhagen
Active Participant
0 Kudos

Why do you want to hide a page?

sreelatha_gullapalli
Active Participant
0 Kudos

Hi Anton,

Depending on some program input some user's only should be able to see some pages in othere cases that page should be invisible to the users.

Thanks & Regards,

Sreelatha Gullapalli.

rakesh_m2
Contributor
0 Kudos

As per your reply, i could understand that you need to display some data, based on some conditions.

Instead of hiding pages, dont display the data for those conditions. or else, wrap those data and have the conditions in scripting that would help you a lot.

Rakesh

rakesh_m2
Contributor
0 Kudos

Hello Sreelatha,

I think we cannot hide a page. as in, page is the main container. In a container, we can hide any field using some scripting. Even though if we hide the field, it is present on page but not visible.

but if some logic is there, please let me know.

Thanks,

Rakesh.

Edited by: rakhi966 on Sep 8, 2011 8:54 PM

Former Member
0 Kudos

use javascript:

this.presence = 'hidden'