• Resolved sinned1

    (@sinned1)


    Hi! I just noticed that if I have, for example, a pagination with more than 2 pages and while being in the first one I click on the third one on the pagination steps label, forminator will skip Page 2 even if this has required fields on it.
    Is there some fix to this as I don’t want users to skip pages just because they are curious.
    Thanks in advance.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @sinned1,

    Even though the pages could be skipped the user will be getting the required message when they try to submit the form.

    We are already working to improve the workflow regarding this down the roadmap, however, at the moment there isn’t any exact ETA we could provide.

    A temporary workaround for now would be to disable the click for the pagination steps, you can use the following CSS if needed:

    .forminator-step{
        pointer-events: none;
    }
    

    The above CSS can be added under the “Custom CSS” section when you edit the form ie Appearance > Custom CSS

    Kind Regards,

    Nithin

    Plugin Support Laura – WPMU DEV Support

    (@wpmudevsupport3)

    Hi @sinned1,

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. Note that you can still reply on this topic.

    If you have any additional questions or require further help, please let us know!

    Best regards,
    Laura

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.