Can't see the logo on my form?

  • bretllync08
    Asked on April 26, 2018 at 8:01 PM

    Hi, yes. All good on that - I was able to figure it out :) 

    I am however, not seeing our logo show up on the preview or tests, despite being uploaded on the build page? 

    Trying to send this email asap if you could help! 

    Thanks! 

  • Elton Support Team Lead
    Replied on April 26, 2018 at 8:02 PM

    I presume this is also resolved?

    Cant see the logo on my form? Image 1 Screenshot 20

  • bretllync08
    Replied on April 26, 2018 at 8:03 PM

    Yes, but only because I added a picture to the top of the form. When I add it via the "add logo" it doesn't show up. I'm fine with the current workaround, but FYI that functionality isn't working. 

  • Elton Support Team Lead
    Replied on April 26, 2018 at 9:12 PM

    I found the reason why it is not showing in your form. There's a CSS code injected in your form that limits the form view. If you want to use the logo feature, inject this CSS code to your form to fix it.

    .form-all {

        overflow: visible;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
    Paste the CSS at the very bottom

    I tried it on the cloned version of your form, now it's working. https://form.jotform.com/81158433365963 

    Cant see the logo on my form? Image 1 Screenshot 20