cancel
Showing results for 
Search instead for 
Did you mean: 

Styling text dynamically in Adobe forms

Former Member
0 Kudos

Hi all,

I have a requirement where I need to make certian cells of a table 'Bold' and 'Italic' on a adobe form. Please get back to me if anyone of you have encountered a similar scenario.

I have tried the below code in the initialization event of table (as mentioned in some other thread) but it didn't work the way I expected it to:

if($record.table.fieldname = "value")

then $.font.size = "16pt"

endif.

Regards,

Suri.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Suri,

You cant handle this using script. Easy option is have 2 fields, one with normal setting and other with font 16. And in the scripting hide one depending on the value.

Regards

Sachi