submit button banner missing - how do you add it?

  • bfawcett
    Asked on September 1, 2016 at 1:38 AM

    https://form.jotform.com/62438555449971

  • Nik_C
    Replied on September 1, 2016 at 4:11 AM

    Please try to insert the below CSS in your Custom CSS field:

    submit button banner missing   how do you add it? Image 1 Screenshot 20

     

    .form-buttons-wrapper {

    background: url('https://yourimageurl.com')

    no-repeat top left;

    }

    Just change the URL of the background, or you can replace the whole line with: background-color:red!important; if you wish.

    Please let us know if it works for you.

    Thank you!