Review Before Submit Widget: Button disappears

  • LMmoduli
    Domanda del 3 ottobre 2023 alle ore 08:48

    Salve, quando aggiungo il widget mi scompare il bottone "invia" e non mi compare neppure il bottone per fare la review.


    Potete verificare?


    7th WORLD SYMPOSIUM ON PULMONARY HYPERTENSION_BARCELONA, JUNE 29-JULY 1, 2024_Abstract Submission (jotform.com)

  • Afzal Jotform Support
    Risposta del 3 ottobre 2023 alle ore 14:40

    Hi Luana,

    Thanks for reaching out to Jotform Support. I cloned your form and tested it to see if I could replicate the issue, and I ran into the same problem. I found that you have added CSS codes that are hiding the Review Before Submit button on the form. This can be fixed by adding custom CSS to your form. Check out the steps and screencast below to see how it's done:

    • Open your form in Form Builder and click on the blue Paint Roller icon on the right side of the screen.
    • Under the Styles tab, paste the code below into the Inject Custom CSS area.
    /*Unhide Review before submit button - 7762434*/
    .check-submission-button, .preview-submission-button {
        visibility: visible !important;
        background-color: #dfd01f !important;
    }
    • Click on Save, and you're done.

    Review Before Submit Widget: Button disappears Image 1 Screenshot 30

    Here's what the result will look like:

    Review Before Submit Widget: Button disappears Image 2 Screenshot 41

    Here's the cloned version of the form that you can test.

    Please give it a try and let us know how it goes. 

  • LMmoduli
    Risposta del 5 ottobre 2023 alle ore 05:18

    perfetto, sembra funzionare, grazie