-
LMmoduliDomanda 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?
-
Afzal Jotform SupportRisposta 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.
Here's what the result will look like:
Here's the cloned version of the form that you can test.
Please give it a try and let us know how it goes.
-
LMmoduliRisposta del 5 ottobre 2023 alle ore 05:18
perfetto, sembra funzionare, grazie