Issue deleting page on form

  • CMRI
    Asked on March 7, 2017 at 1:28 AM

    I have a form with multiple pages.

    I am not able to delete Page 7 without it deleting Page 1.

    Can you please help me?

    Jotform Thread 1083432 Screenshot
  • Chriistian Jotform Support
    Replied on March 7, 2017 at 4:27 AM

     

    Can you please try to remove the last page break on your form?

    Issue deleting page on form Image 1 Screenshot 30

    Issue deleting page on form Image 2 Screenshot 41

    In this way, the last page (page 7) with a page break will be deleted.

    If you need further assistance, please let us know.
    Regards

  • CMRI
    Replied on March 8, 2017 at 2:31 AM

    Unfortunately that also deletes Page 1.. and what is Page 7 becomes Page 6 and I still can't delete it.

    Any other ideas? Or can you see if you can delete it?

    Page URL:
    https://form.jotform.co/70590708219863 

  • Chriistian Jotform Support
    Replied on March 8, 2017 at 4:15 AM

    I'm currently checking the issue. Please allow me some time to further investigate. I'll get back once I've found results.

    Regards.

  • Chriistian Jotform Support
    Replied on March 8, 2017 at 4:34 AM

    Unfortunately, I wasn't able to remove the last page (Page 7) on your form. However, a work around for this is to hide the tab and the next button by injecting CSS code on your form.

    Please inject this code on your form:

    li#form-tab-7 {

        visibility: hidden;

    }

    button#form-pagebreak-back_87 {

        visibility: hidden;

    }

     

    Here's a guide on How to Inject Custom CSS Codes.

    Then you can hide the next button on the last page so that it won't allow going to the hidden page.

    Issue deleting page on form Image 1 Screenshot 20

     

    Here's is my cloned form: https://form.jotform.com/70662465471964. Please check and let us know if you need further assistance.

    Regards

  • CMRI
    Replied on March 8, 2017 at 6:25 AM

    This work around was successful. But are you able to report this bug?

    Thank You