UL element shows its bullets when going to jotform over direct link on slow connections

  • craigwelch
    Asked on December 19, 2014 at 5:35 PM
    Also, when you load either of the two forms that I have created in my account on a super slow connection you get strange results [screenshots http://cl.ly/image/1916043d3O1A and http://cl.ly/image/3Q0u2R1S2x0w]
  • Mike_T Jotform Support
    Replied on December 19, 2014 at 6:20 PM

    These bullets are related to default browsers styles for the html list items (form fields in our case). It usually happens when the form styles are not completely loaded.

    However, it should not be an issue for most of the form users. I have also tried to reproduce the issue with an EDGE internet speed, but the form worked well.

    UL element shows its bullets when going to jotform over direct link on slow connections Image 1 Screenshot 20

    If you need any further assistance on this, please let us know. We will be happy to help.

  • craigwelch
    Replied on December 19, 2014 at 11:45 PM

    This was more of a head's up in case there was anything to be improved.

    When I said slow I meant very slow; today I am on a satellite internet connection that has overrun its monthly allocation and been throttled. 

    I suppose anyone at this connection speed will tolerate some extra bullets as the least of their concerns.

     

  • val
    Replied on December 20, 2014 at 8:04 AM

    Hi Craig,

    I was not able to replicate the issue about the bullet point in your forms. Could please try inject this CSS codes to your Form Styles.

    ul, ul li {list-style: none !important;}

    Or this one:

    ul, ul li {list-style-type: none !important;}

    Hope this help.

    Thank you!