Form Tabs widget: I have a really long form (many many pages) and I just want to tab every few pages to break the form into groups.

  • Alexandra_Devendra
    Asked on March 12, 2021 at 8:32 PM

    Is there a way to have the Form Tabs widget tab only certain pages, not every page?

    I have a really long form (many many pages) and I just want to tab every few pages to break the form into groups.

  • Patrick_R
    Replied on March 13, 2021 at 11:07 AM

    Hello Alexandra! It is possible to hide the tabs using custom CSS code. As an example, please check this form: https://form.jotform.com/210713997368063

    The tab 2 and tab 3 are hidden using the following CSS code:

    li#form-tab-2, li#form-tab-3{ display: none !important;}

    This code is entered using these instructions.

    This should solve your purpose. In case you need help with the CSS code; let us know the form URL and the tabs that you want to hide.

    Thank you!