How can I navigate through the form pages skiping required fields?

  • mlarosa
    Asked on July 12, 2017 at 4:44 PM
    But I do have another issue. Almost all of the questions I have in my form are required fields. I think because of this, unless I fill out all of the required fields on each page, the auto save/next button on the bottom does not work. In other words I need to fill out all the fields on the page so the save feature can actually work. I would prefer not to have this restriction. I would like users to be able to save even if they have required fields remaining on a particular page. Would you happen to know if this is the case and if so, how I can have saving work on the next buttons while still have required fields empty?
  • Kevin Support Team Lead
    Replied on July 12, 2017 at 5:00 PM

    I have checked your form and I can see that you have already added the Form Tabs widget to your form, such widget allows to navigate through the form skipping required fields. 

    How can I navigate through the form pages skiping required fields?  Image 1 Screenshot 20

    If you would like to hide the widget then you could inject this CSS code to your form: 

    ul#tabs-list {

        display: none;

    }

    This guide will help you doing so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.