need a banner behind the submit button

  • pardop1
    Asked on August 23, 2016 at 2:25 AM

    how do you place a banner behind the submit button? also, it would be great if the area below it with the address had a different color background. Is that possible? https://form.jotform.com/62210966277964

    Thanks!

  • Ashwin JotForm Support
    Replied on August 23, 2016 at 3:15 AM

    Hello pardop1,

    Do you mean to say that you want to add a banner image behind the submit button?

    Yes it is possible to achieve your requirement by injecting custom css code to add image in desired location and place the submit button on top of it. Please take a look at this cloned form where I have added an image and injected following custom css code in form to place submit button on top of the image:

    li#id_158 {
        margin-top: -149px;
    }

    It is also possible to change the background color of the address by injecting following custom css code:

    div#cid_107 {
        background-color: chocolate;
    }

    Please take a look at the following cloned form and see if this is what you wanted to achieve:  https://form.jotform.com/62351993724967

    Feel free to clone this form for a closer look. The following guide should help you in form cloning:  https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!