Background image in advanced design tool

  • Robert Rubinstein
    Asked on January 2, 2017 at 2:36 PM

    I am trying to add a background image to this form as I did for another form. I can upload the jpeg of Berlin but it doesn't load in background image. The background image remains white. Any tips

    i uploaded the photo https://www.jotform.com/uploads/defcon6/form_files/berlin.731.jpeg

    Jotform Thread 1023578 Screenshot
  • Jan
    Replied on January 2, 2017 at 3:50 PM

    Please insert the custom CSS code below:

    .jotform-form {
    background-image: url(https://www.jotform.com/uploads/defcon6/form_files/berlin.731.jpeg);
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Please take note that the image is too small.

    If you have any questions, let us know. Thank you.