Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe forms

Former Member
0 Likes
393

Hi Experts,

While creating the body rows in adobe form, i want to display some fields on certain conditions , but after giving the condition

also it is hoding the space of fields which is not to be displayed .....

how can i remove this space...

Thanks in advance

Syed

2 REPLIES 2
Read only

Former Member
0 Likes
370

may be u r using invisible..but u should go with hide.

try to search on presence key word

Read only

Former Member
0 Likes
370

Hi,

Write a scripting on intialization event

tht if $.presence = ' '

then

hide

I am not sure of corect code