cancel
Showing results for 
Search instead for 
Did you mean: 

eliminate unnecessary space in a forms

Former Member
0 Kudos

Hi,

I have got a problem in adobe LiveCycle Designer

I show you an exemple is more clear:

we want that:

-


name: collin

surname: jonathan

country: france

-


name: Maury

country: England

-


Not that:

-


name: collin

surname: jonathan

country: france

-


name: Maury

(unnecessary space)

country: England

I have thinking to use FormCalc for testing the fields but i am not sure it's a good think for forms evolution...

Can you help me ?

Accepted Solutions (0)

Answers (2)

Answers (2)

ChrisSolomon
Active Contributor
0 Kudos

Two things...

(1) Make sure you use "hidden" instead of "invisible". Invisible still "holds" the controls spot/space whereas Hidden completely removes it form the layout.

(2) Makes sure you make use of "flowed" subforms. There are a lot of "tricks" to using them in combination with positioned elements and making it all work well. This will come with trial and error and experience.

Former Member
0 Kudos

we have to use FormCalc on the field where is unnecessary with this following line:

it($."your field")

then $.presence = "hidden"

endif