I cannot see what's inside the collapsed fields while in CSS editor

  • tiendaveggie
    Asked on December 30, 2017 at 12:55 PM

    I cannot see what's inside the collapsed forlders while in CSS editor

    1514656495coll Screenshot 10

  • David JotForm Support Manager
    Replied on December 30, 2017 at 3:58 PM

    Which CSS editor? Your form collapses do open in preview mode, as well in edit mode, and in the Advanced Designer. 

  • tiendaveggie
    Replied on December 30, 2017 at 4:17 PM

    They do not open on my end...

    1514668615colla Screenshot 10

  • Jan
    Replied on December 30, 2017 at 8:07 PM

    Upon checking, I can see that Section Collapse does not show in the Advanced Form Designer by default. You can try using the CSS code below as a workaround:

    .form-section {
    overflow: visible !important;
    }

    Please put that code in the CSS editor. Once you are done, please do not forget to remove that CSS. Here's a screenshot:

    151468229412 31 a2ncl Screenshot 10

    Hope that helps. Thank you.

  • tiendaveggie
    Replied on December 30, 2017 at 8:16 PM

    Thanks Jan, it works now!