Save and Continue: Option to remove the "Start from scratch" option

  • hlahud
    Asked on March 26, 2024 at 8:24 PM

    ¿Puedo hacer que a quien le envio el formulario no le aparezca la opción de descartar y empezar de cero? Save and Continue: Option to remove the Start from scratch option Image 1 Screenshot 20

  • Rose JotForm Support
    Replied on March 26, 2024 at 10:56 PM

    Hi hlahud,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. We can inject CSS codes into your form to hide the "Start from scratch" button on your form. Here's the code to inject:

    body > div.formUserSCLNavigationWrapper > div > div > div.sacl-modal__draft__buttons > button:nth-child(1) {
      display: none;
      
    }
    body > div.formUserSCLNavigationWrapper > div > div > div.sacl-modal__draft__buttons > button:nth-child(2) {
      position: relative;
      left: 140px;
    }


    Let me show you how to inject CSS codes into your form:

    1. Click on the Paint Roller icon on the right side of the page.
    2. In the menu, go to Styles.
    3. Scroll down to the button and paste the code inside the custom CSS box.

    Save and Continue: Option to remove the Start from scratch option Image 1 Screenshot 30

    Here's the output:

    Save and Continue: Option to remove the Start from scratch option Image 2 Screenshot 41

    Please give it a try and let us know if you need any help.

  • hlahud
    Replied on March 27, 2024 at 5:47 PM

    Ya lo puse tal y como viene en el video, pero no me funciona, sigue apareciendo descartar

    Save and Continue: Option to remove the Start from scratch option Image 1 Screenshot 30Save and Continue: Option to remove the Start from scratch option Image 2 Screenshot 41

  • Rose JotForm Support
    Replied on March 27, 2024 at 6:06 PM

    Hi hlahud,

    Thanks for getting back to us. I see that the CSS codes you pasted are not the same as my code. It looks like the page is translated on your end. Can you allow us to paste the code for you?

    Let us know if there’s anything else we can help you with. 

  • hlahud
    Replied on March 27, 2024 at 6:13 PM

    Ya me funciono, justo era la traducción, como lo traduje cambio pero lo puse original y si quedo

    Muachas gracias