cancel
Showing results for 
Search instead for 
Did you mean: 

Hide and display few fields in offline interactive forms.

SnehalD
Explorer
0 Kudos

Hi All,

I have created an interactive PDF and I am facing issues with hiding and displaying few fields.

I have a deep table, where visibility of a field depends on the visibility of another field.

These fields are shown as dropdowns on screen and the data for these Drop downs come from the deep table from different rows.

I have used scripts for these. For the drop down value, I have written logic on event: CHANGE.

I have also used event: EXIT on the dropdown field.

Here when I try to hide the field, I am able to do that. But once this field is hidden, I can not make it visible again, as this element does not exist in the layout. Please help me with this request.

Cheers

Snehal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member400468
Active Participant
0 Kudos

Hi!

You can try not to hide the field but set it invisible (presence = "invisible") and manage it's width to avoid incorrect formatting.

Hope it's helpful

Evgeny