Why is my picture not shown on the form?

  • Kalle_ohg
    Asked on March 1, 2016 at 2:55 AM

    Hi,

    ich included a picture on my form "Startseite". Everything is OK, but it is not displayed on the form.

    I don't know why. Please have a look on the Screenshots.

    Jotform Thread 784441 Screenshot
  • Nik_C
    Replied on March 1, 2016 at 6:38 AM

    Hello, 

    You have a class that have 'display' parameter set to none. So you can override it by inputting this code to your CSS in your form builder, so just go to your Designer:

    Why is my picture not shown on the form? Image 1 Screenshot 30

    And click on CSS tab:

    Why is my picture not shown on the form? Image 2 Screenshot 41

    Just copy this code there and your picture will become visible:

    .form-line.form-field-hidden {

        display: block !important;

    }

    Please let me know if you have further questions.

    Best regards.