Background image in thank you page

  • CASNR
    Asked on May 21, 2015 at 2:32 PM

    I am using the third option for the Thank You page and trying to insert a background image. It's not a choice on the image insert list.

    Also, when I do insert an image, the size option in percent isn't available and when I add it to the code it reverts back to pixels.

  • David JotForm Support
    Replied on May 21, 2015 at 3:39 PM

    Hi,

    To insert a background image, try this code in the HTML portion of your thank your page.  Insert this above your current code:

    <div style="background: url(http://yourimageURL.com) no-repeat center center fixed;">

    Then close the tag below the rest of your code with another div tag:

    </div>

    Background image in thank you page Image 1 Screenshot 20

    This should allow you to insert a background image.  You can also adjust the sizing in line.

    If you have any further questions, let us know and we will be happy to help.

  • CASNR
    Replied on May 21, 2015 at 4:38 PM

    Thanks, that helped.

  • David JotForm Support
    Replied on May 21, 2015 at 5:43 PM

    You are very welcome, glad to hear it!  Let us know if there is anything else we can help you with and we will be happy to do so.