Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tameroski

    (@tameroski)

    I don’t think this is possible out of the box. I’d rather use CSS to do that :

    `
    #my-submit {
    background-image: url(“https://mysite.com/myimage.png”);
    background-size: cover;
    border: none;
    width: 32px;
    height: 32px;
    }
    `

    Thread Starter scantelcorps

    (@scantelcorps)

    Thanks for your speedy response.

    I installed your CSS code in the section provide by my theme but I still ignorant as to how to access it in a form.

    I have always used the simple [submit “Send”] but of course that doesn’t work to show the button image.

    Thread Starter scantelcorps

    (@scantelcorps)

    I am trying <input id=”my-submit” type=”submit” alt=””>

    It functions OK but writes ‘Submit Query’ over the image.

    What am I missing?

    Thread Starter scantelcorps

    (@scantelcorps)

    Got it!

    <input id=”my-submit” type=”submit” value=””>

    not alt=”” Duh!

    Thanks again for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to use an image sumit button’ is closed to new replies.