How to have a second line on a list that would separate address, phone from the first and last name line? The entry goes outside of the border of the

  • pnaaf
    Asked on April 24, 2016 at 10:26 PM

    I added the list widget but I would want some of the information unto a second and third lines.Is this possible

  • beril JotForm UI Developer
    Replied on April 25, 2016 at 5:18 AM

    I see that you're using our configurable list widget. You can separate the rows instead of using another configurable list widget on your form. To do that, please add the CSS code below:

    tr:nth-child(2) .col1:before {

        content: "Row 1";

    }

    tr:nth-child(3) .col1:before {

        content: "Row 2";

    }

    How to have a second line on a list that would separate address, phone from the first and last name line? The entry goes outside of the border of the  Image 1 Screenshot 20

    You can change the content of your rows. If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.