Bullet Points on the Text (HTML) field are not showing up after saving

  • capconnect
    Asked on February 1, 2017 at 5:01 PM
    Also stuggling with bullet points.
    Am using the bullet points option in the edit HTML section but when I save they disappear. How do I get them to show pls.
    Thanks
    Funda
  • Support_Management Jotform Support
    Replied on February 1, 2017 at 5:06 PM

    Hi again Funda :) I tested the unordered lists <ul> (or bullet points) on the Text Field and they worked as intended.

    Here's how it looked like from my perspective:

    Bullet Points on the Text (HTML) field are not showing up after saving Image 1 Screenshot 20

    Can you share with us which form you're having issues with so we can have a closer look? If it's embedded on a website/page, share the URL with us too.

  • capconnect
    Replied on February 1, 2017 at 5:45 PM
    Hi, I think I’ve managed to get it to work.
    https://form.jotformeu.com/60524091894358
    what if I want spaces between each line of the bullet points. Can this be done?
    ...
  • Support_Management Jotform Support
    Replied on February 1, 2017 at 6:04 PM

    Great! Now, if you want to add a bit of space (padding) in between, add the following CSS Codes:

    .form-html ul li {

        padding-bottom: 10px;

    }

    RESULT:

    Bullet Points on the Text (HTML) field are not showing up after saving Image 1 Screenshot 20

    You may change the padding value in px upon your discretion.

  • capconnect
    Replied on February 1, 2017 at 6:45 PM
    Hi Jim,
    Do I just add these anywhere within the CSS codes?
    ...
  • capconnect
    Replied on February 1, 2017 at 6:45 PM
    That did the trick – many thanks Jim
    ...