How Can I Get Rid of the Submit Button Image on My Form?

  • TeddyBillewicz
    Asked on March 23, 2016 at 4:00 AM

    The form is to be used in Germany. I tried to have the appropriate text changed to "Abschicken" for submit. But apparently an image overrides the text entry.

    How can I disable the image or at least have a different image shown in its place?

    Jotform Thread 800720 Screenshot
  • mert JotForm UI Developer
    Replied on March 23, 2016 at 4:57 AM

    To get rid of that image, you need to inject some CSS code to your form. Below, you will find the necessary code:

     

    .form-submit-button{

        background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%) !important;

        background: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%) !important;

        text-indent: 0px !important;

    }

     

    After applying this, please remove the "none" word on "Button Image":

    How Can I Get Rid of the Submit Button Image on My Form? Image 1 Screenshot 30

     

    Finally, you can see your button's appearance from the image below:

    How Can I Get Rid of the Submit Button Image on My Form? Image 2 Screenshot 41

     

    For further assistance, please do let us know.

    Thanks.

  • TeddyBillewicz
    Replied on March 23, 2016 at 7:34 AM

    Thank you, worked like a charme - and I'm learning

  • mert JotForm UI Developer
    Replied on March 23, 2016 at 7:59 AM

    You are most welcome. Feel free to contact us, if you need anything else in the future.

     

    Regards.