Bouton Enregistrer qui reste blanc

  • fiff
    Demandé le 27 octobre 2023 à 03:26

    Je n'arrive pas à faire apparaître le bouton enregistrer autrement qu'un joli carré blanc.

    Je vous met le lien d'un des formulaires concernés, mais j'en ai 6 en route qui ont le même problème

    Pouvez-vous m'aider?

    Merci

  • Sweta Jotform Support
    Répondu le 27 octobre 2023 à 09:31

    Hi fiff,

    Thanks for reaching out to Jotform Support. Unfortunately, our French 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 French, 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. The following CSS code can be used to add a background color to the back button:

    .sacl-button.form-sacl-button:hover {
    background-color: #f5f5f5!important;
    color:#666!important;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 1px 1px 0px rgba(221,221,221,1);
    border: 1px solid #ccc;
    }
    .sacl-button.form-sacl-button {
    background-color: #f5f5f5!important;
    color:#666!important;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 1px 1px 0px rgba(221,221,221,1);
    border: 1px solid #ccc;
    padding: 2px 2px 2px 2px;
    }

    I'll walk you through the steps to inject the CSS:

    • Open the Form in the Form builder and go to the Form Designer from the top left of the page.
    • Select Styles from the Form Designer tab.
    • Paste the above code in the Inject Custom CSS space and Save the settings.
    • Bouton Enregistrer qui reste blanc Image 1 Screenshot 20

    We have a guide to inject CSS into the form.

    Let us know if you need any more help.



  • fiff
    Répondu le 30 octobre 2023 à 02:34

    Thanks a lot, it's ok now.


    Kind regards


    Philippe