cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe forms condition....

zayidu
Participant
0 Kudos

Hi experts,

In smartforms, I can create a seperate layouts and give conditions to it separately.

Like if the condition is 1  it's small label and if it is 2 then Large label.

Similarly how should I do the same in AdobeForms, like giving conditions?

Please reply asap... Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

In smartforms create two label, and maintain condition in condition tab.

In adobe forms use below script to set font size,


if (expression) {

     this.font.size = "30pt";

}

Hope this helps.