[fixed] Can I remove the bullets off this simple form?

  • designsby
    Asked on September 11, 2015 at 5:34 PM

    http://form.jotformpro.com/form/52536440118955

  • designsby
    Replied on September 11, 2015 at 6:56 PM

    I finally figured out how to search for a similar question and found the answer:

    "I have seen a similar problem before where a CSS rule in the webpage is interfering with the list items and putting bullets in front of them  (ie fields in the form are wrapped in <li> tags).  If you have pasted the full code, the quickest fix is to edit the ul tag to read:

    <ul type=none>

    If you have embedded a script tag into your page, then you'd need to inject the following CSS in the form builder

    ul { list-style-type: none; }

    To do that, open the form in the form builder, 
    Click Preferences and selct the Form Styles tab, 
    Then just paste in the CSS.:

     

  • Boris
    Replied on September 11, 2015 at 11:12 PM

    That is great to hear, thank you for letting us know that the issue has been resolved.

    Please don't hesitate to contact us again should you need assistance with your forms, and we will be happy to help.