cancel
Showing results for 
Search instead for 
Did you mean: 

Tabs in Adobe forms

Former Member
0 Kudos

Hi,

Is it possible to create tabs in Adobe forms ?? What is the solution ?

Regards

Raj

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

You cannot use the pre-delivered tabs, but you can create your own.

How to do this:

- Create a subform main

- Create (for example) three children subforms, set visibility (presence) like this: first = visible, second and third = hidden (exclude from layout)

- Create a header (like a header for changing tabs), use for example buttons

- Script onClick events for those buttons to hide the visible and make visible the selected (but hidden) subform (change the tab)

Hope that helps a little, regards Otto

Former Member
0 Kudos

Thanks Otto. I am not able to get it working when I click a button to hide or display a subform.

Rgds

Raj

OttoGold
Active Contributor
0 Kudos

Where to start with scripting:

http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_ba...

http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf

Concentrate on the first link, last chapter, where there are the ready-to-use code snippets which can teach you how to proceed, I hope that will help, regards Otto

Answers (0)