Hiding headers that I've defined a side by side header ID?

Forums Classic DFFS Hiding headers that I've defined a side by side header ID?

Viewing 1 reply thread
  • Author
    Posts
    • #10027
      Jon Whisman
      Participant

      Hello,

      I’ve several questions in my NewForm that I’ve created headers for. These headers serve as the text of the question since I’m not in the habit of making SharePoint columns with LONG names. I’ve hidden my headers on form load, and I’ve also associated the appropriate column to my headers within the “Side by Side” “Header ID” field, because I don’t want the actual column names to show, I only want the header to show that serves as my “question text” to the user.

      I’ve attached a screenshot of what’s happening on Form Load. My 7 headers are hidden, but it seems the element they are within is still rendering? Do I need to hide these headers some other way – maybe via js?

    • #10037
      Jon Whisman
      Participant

      SOLVED it by finding what I needed in another forum post:

      $(“#sbs_OuterTR_1.hide();
      $(“#sbs_OuterTR_2.hide();
      $(“#sbs_OuterTR_3.hide();
      $(“#sbs_OuterTR_4.hide();
      $(“#sbs_OuterTR_5.hide();
      $(“#sbs_OuterTR_6.hide();
      $(“#sbs_OuterTR_7.hide();
      $(“#sbs_OuterTR_8.hide();
      $(“#sbs_OuterTR_9hide();

Viewing 1 reply thread
  • You must be logged in to reply to this topic.