How to put in background image?

  • pmsanfranciscohomes
    Asked on February 15, 2016 at 4:09 PM

    Hello. I would like to create a page where my picture of my office is the background of the page and the form stays over the image. Just like in the themes/templates.

    Thank You

  • Nik_C
    Replied on February 15, 2016 at 4:52 PM

    Hello there,

    You can do that by using CSS code:

    .form-all {
    background: url(url of the image you want) no-repeat center;
    }

    So you can use some image from internet, you just need the URL, or upload your own picture somewhere and use that URL. 

    To add CSS to your form you can log in into your JotForm form builder and go to Setup & Embed-Preferences

    How to put in background image? Image 1 Screenshot 30

    and than Form Styles:

    How to put in background image? Image 2 Screenshot 41

     

    Please let me know if that helps or if you need any help with it.

    Thank you.