Forum Discussion

EverettPatterso's avatar
EverettPatterso
Qrew Captain
6 years ago

Form Sections Font

The Section title font style/color is changing if I use a grid edit report embedded on a form. Is this normal behavior?

(Using regular report for child table, the section titles display fine)
(Using grid edit report for child table, the section titles change font/color) Also on the embedded grid edit report, you cannot add records or type text into the fields like you normally can on grid edit, you can only check the boxes. 


------------------------------
Everett Patterson
------------------------------
  •         If you want a temporary fix, you could always use a js code page using iol and fix it that way.

    $(".sectionTitle").css({color: "red", fontWeight: "bold", fontFamily: "cursive", fontStyle: "italic", fontSize: "150%"});

    ------------------------------
    Jordan McAlister
    ------------------------------
    • hhersch's avatar
      hhersch
      Quickbase Staff
      Hey Jordan. Appreciate the creativity. Note that this is not stable and likely will break in the future.

      ------------------------------
      Harrison Hersch
      ------------------------------
  • Hi Everett,

    I can confirm that what you are seeing is a bug tied to having embedded reports on your form. It causes the headers to waffle between the older blue font and then back to the black font. My suggestion would be to submit this to the Care team via a case and then that way you can be tied to the to bug so you can be kept up to date on when a fix goes into place. I hope that information is helpful and sorry to hear you are running into this issue.

    ------------------------------
    Evan Martinez
    Community Marketing Manager
    Quick Base
    ------------------------------
    • EverettPatterso's avatar
      EverettPatterso
      Qrew Captain
      Will do, thank you Evan.

      ------------------------------
      Everett Patterson
      ------------------------------