cancel
Showing results for 
Search instead for 
Did you mean: 

Getting blank space in Adobe form out put

Former Member
0 Kudos

Hi Experts,

I am using floating fields to display data dynamically in adobe form.

Example:

{var1}

{var2}

{var3}

{var4}


but dynamically {var2} value is coming blank as value is not getting fetch from back end.


and layout also getting change like,


{var1}

{var3}

{var4}


Now client want instead of this blank value can we push up {var3} to below {var1} like,

{var1}

{var3}

{var4}


please suggest your answer if it is feasible.


Regards,

biswajit sahoo



Accepted Solutions (1)

Accepted Solutions (1)

Former Member


Sorry,


the out put we want is:

{var1}

{var3}

{var4}


the out put of adobe form should come like above format(there will be no space in between the variables).

Former Member

Hi Biwajit

Why are you using floating fields?

Use regular input fields that are set to read only, wrap them in flowed subform and add script to subform that sets apearence of fields to 'hidden' when there is no value.

Shai.


Former Member
0 Kudos

Thanks Shai,

Your answer solve my issue...

i used regular input fields

Regards,

biswajit

Answers (0)