Config Display Form in DFFS

Home Forums Classic DFFS Config Display Form in DFFS

Viewing 2 reply threads
  • Author
    Posts
    • #11199
      shyam06
      Participant

        Hi,

        I have multiple tabs that are configured accordingly to certain rules on my new and edit form. I would like my display form to either have no tabs and show only the fields that were entered. How do I go about configuring it?

        Thank you!

      • #11266
        Alexander Bautz
        Keymaster

          Hi,
          I’m not sure exactly what you ask. You can configure only one tab, and then use this code in the Custom CSS to hide the tab:

          #tabWrapper, div.dffsTabRow{
           	display:none; 
          }

          Alexander

        • #11314
          shyam06
          Participant

            Perfect, that’s what I wanted.

            Thank you!

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.