Forum Discussion

frnmj's avatar
frnmj
Qrew Member
2 years ago

Font Size in Rich Text (formula) not working

Hello, I was hoping to use a formula-Rich Text field as a label for my form so I can show/hide it with form rules. I tried using this formula:

var text Label = "User Info";

"<span style=font-size: 18pt>" & $Label & "</span>"

However, the size stays the same.



------------------------------
frnmj
------------------------------

2 Replies

  • try 18px

    ------------------------------
    Tammie King
    tjking@mintz.com
    (978)828-9643
    ------------------------------
    • frnmj's avatar
      frnmj
      Qrew Member

      Thanks for the reply! I changed it to px but still didn't change the font size. :(



      EDIT

      Sorted it out by adding ; at the end of px.

      So it’s now

      "<span style=font-size:24px;>" & $Label & "</span>"


      ------------------------------
      frnmj
      ------------------------------