1
0
-1

I want to make the sections expandable and collapsible; I have a lot of section in my form which increases the form size; I want a way to make the the section expand and Collapse on Expand on the basis a click.

Is their any easy way of doing it.

    CommentAdd your comment...

    2 answers

    1.  
      3
      2
      1

      Hi there,

      Although you can try Show and Hide Form Sections with different field types, you can always write a custom JS to control section visibility if you want more control (like creating a button on each section to expand/collapse something similar to the Collapsible? property of AJAX Subform).

      Moreover, there's this feature called a Multi Paged Form which I like a lot in these scenarios as it loads multiple forms in different tabs making the screen size smaller.

      Hope this helps.

      Thanks!

        CommentAdd your comment...
      1.  
        1
        0
        -1

        You will probably need some scripting to make them toggle but from markertplace, you can try out the alternatives- section wizard and tab plugins

        https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=section_tab_plugin-v1

        https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=section_wizard_plugin-v1

        Good luck!

          CommentAdd your comment...