Forum Discussion

BrianDunk's avatar
BrianDunk
Qrew Cadet
3 months ago

Horizontal Rules Between Sections

Is there a way to display horizontal rules on specific sections and not on others on the same form?

Thanks,

Brian



------------------------------
Brian Dunk
------------------------------

2 Replies

  • In Legacy forms it's all or nothing.



    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
    • ChayceDuncan's avatar
      ChayceDuncan
      Qrew Captain

      You can do it with a rich text field or text elements if you get creative. For example I always hide the horizontal lines in section headings and replace with with custom HTML text elements to make my own section headers. If you're on a legacy form you can make something like: 

      <p style='border-bottom: 2px solid black; width: 90vw;'></p> and you can create a single line of varying colors or make your own unique section break. You can wrap it under an actual Section Heading element and use form rules to show / hide the section and the text element. 

      Newer forms you're out of luck given the way the sections are more like tiles.



      ------------------------------
      Chayce Duncan
      ------------------------------