Forum Discussion

GiuseppeMacri's avatar
GiuseppeMacri
Qrew Captain
6 years ago

Increase size of Field name in form

My users are complaining that the field labels are too small on a form. Is there a way to increase the size of the field names?

I understand i can insert "Text" fields in the form and go that route but this form already has 40 different fields and thats the method of last resort in this scenario.

8 Replies

  • If the users do a CTRL + on a windows key board they can simply zoom their screen to a larger font.
    • GiuseppeMacri's avatar
      GiuseppeMacri
      Qrew Captain
      Good point, but that wont go over well with their end users. 
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      There is a setting, per user, which may have some effect. Click on your name at the top right and go to "My Preferences" and select "relaxed".  It supposed to affect both the screen and printing.
    • GiuseppeMacri's avatar
      GiuseppeMacri
      Qrew Captain
      Do you know if we can change that setting for EOTI users?

  • I basically need an IOL script to inject that font-size text into the associated CSS Label area. Please help me Dandiebolt!
    • GiuseppeMacri's avatar
      GiuseppeMacri
      Qrew Captain
      Solved! Add this code to you IOL page

      $('label').css('font-size', '150%');