Form Tabs Widget isn't showing page name when using Safari

  • Alethia_Education
    Asked on May 22, 2025 at 5:14 AM

    Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 20

    Hey, please check this out.
    The form tab widget isn't working properly on any of my forms.

    To prove the same, I have added a screenshot of the very demo that you showed

    Here is you demo link: please fix the same

    https://www.jotform.com/form/203494197790062

    Regards

  • Elizabeth
    Replied on May 22, 2025 at 7:35 AM

    Hello, I understand that your Form Tabs widget is not functioning as expected on your forms, including the demo link you provided: https://www.jotform.com/form/203494197790062.


    While we wait for support, you might consider the following options:


    Section Collapse Elements: This allows you to organize your form into collapsible sections, enhancing the readability and navigation of the form.

    Page Breaks: By dividing your form into multiple pages, you can improve user experience and manage form flow more effectively.

    Card Form Layout: This layout presents one question per page, providing a focused and streamlined user experience.


  • Alethia_Education
    Replied on May 23, 2025 at 1:36 AM

    Hey!
    I'm still waiting for the form widget to be fixed.
    Could you please let me know how long to wait?


    Warm Regards

  • Lorevie JotForm Support
    Replied on May 23, 2025 at 2:51 AM

    Hi Alethia_Education,

    Can you explain more about what's happening? I've checked all your forms, and only your Clone of Activity Tracker has the Form Tabs widget, and it's working properly. Check out my screencast below:

    Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 20 Can you tell us from which from that the Form Tabs widget is not working properly? You can share with us its form URL so we can check it. Let me show you where to find this:

    1. In Form Builder, click on Publish on the orange navigation bar at the top of the page.
    2. Select Quick Share from the left side window.
    3. From Share With Link, click on the Copy Link button.Approvals: Were getting an Error on the approval status Image 1 Screenshot 20 Screenshot 10 Screenshot 10 Screenshot 31

    After we hear back from you, we'll be able to move forward with this.

  • Alethia_Education
    Replied on May 23, 2025 at 3:05 AM

    Hey so the issue seems to be:


    When we open the form in SAFARI, Have a look at this:

    Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 30

    In Chrome, however:

    Form Tabs Widget isnt showing page name when using Safari Image 2 Screenshot 41

    Could you suggest what we should do?

  • Chris_L JotForm Support
    Replied on May 23, 2025 at 3:36 AM

    Hi Alethia_Education,

    Can you try to clear your browsers cache?

    Keep us updated and let us know if you need any more help. 

  • Rebekah
    Replied on May 25, 2025 at 10:29 AM

    https://form.jotform.com/251444560273050


    I am seeing similarly on my forms. I created a blank form with only the tabs widget and two pages. The iPad app, Chrome on the iPad, and Safari on the iPad all do not show the page labels. There is no conflicting CSS, especially on this blank form with no other content.

    See below the screenshot from first Chrome on iPad, then the Jotform app itself:Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 30

    Form Tabs Widget isnt showing page name when using Safari Image 2 Screenshot 41

  • Reymae JotForm Support
    Replied on May 25, 2025 at 11:08 AM

    Hi Alethia_Education,

    The reason why it's not showing is that Safari is a bit stricter about displaying things that don’t have a clearly defined space, unlike other browsers like Chrome. So when the tab titles didn't have any height set in the code, Safari treated the box as if it didn’t exist, which made the text inside disappear. You can easily fix this by injecting CSS Codes into your widget. Let me walk you through it:

    1. First, copy this code:

    .tabs-list li .liContent {
      min-height: 1.5em;
    }

    2. In Form Builder, select your Form Tabs widget and click the Wand icon.

    3. Now, scroll down to Custom CSS section and paste the code.

    4. Then click the Update button to save the changes. That's it.

    Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 30

    You can access and test my demo form here. Take a look at the screenshot below to see how my demo form works:Form Tabs Widget isnt showing page name when using Safari Image 2 Screenshot 41Give it a try and let us know how it goes.

  • Rebekah
    Replied on May 25, 2025 at 11:35 AM

    I added that css into the widget and it seems to have fixed the problem. Thank you for the clear instructions.

    I do consider this to be something your developers should update the source code itself to compensate for whatever iPad display has by default, since users such as myself definitely shouldn’t need to insert custom css in order to see labels on the Jotform app itself. While tab labels are probably the least important part of my forms, it still is frustrating that they would not do as designed.

  • Reymae JotForm Support
    Replied on May 25, 2025 at 11:46 AM

    Hi Alethia_Education,

    I understand how frustrating to manually add the CSS to the Form Tabs widget to fix the display issues on Safari. While the feature you're looking for isn't available at Jotform right now, we've gone ahead and escalated your request to our developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.

    Thanks for your patience and understanding, we appreciate it.

    Form Tabs Widget isnt showing page name when using Safari Image 1 Screenshot 20

Your Reply