Unable to add more lines in the Form Designer CSS editor

  • natupote
    Asked on July 17, 2016 at 11:28 AM

    Hello, i cant add more lines in the jotform css editor, its full, i upload my css code in a server (http://natupote.net16.net/css/botoes_pedido.css) and i call this link in the jotform css editor here below:

    @import url('http://natupote.net16.net/css/botoes_pedido.css');

    but dont work when i preview the site, can you help me?

    my question is similar to this below, but i cant call my code uploaded in external server.

    https://www.jotform.com/answers/573814-Form-Designer-Tool-CSS-tab-is-limited-to-2480-lines

     

     

     

    tkx

     

  • Jan
    Replied on July 17, 2016 at 4:21 PM

    I cloned your form and I tried adding the @import function in the CSS. Upon checking, the external CSS won't work because the URL is not secure (https). Here's the error in the browser console:

    Unable to add more lines in the Form Designer CSS editor Image 1 Screenshot 20

    Please try uploading the CSS to a secure server (SSL) that will provide you a (https) URL. The forms here in JotForm are using SSL which means that if you'll embed an element, it should be (https) as well.

    Hope that helps. Thank you.