PDF Editor: Add a list group format for Infinite List Widget

  • PIAMidAm
    Asked on January 9, 2019 at 2:08 PM

    Is it possible with CSS code to make the infinite widget go to rows instead of columns? If so, could you please write that for me? 

  • Victoria_K
    Replied on January 9, 2019 at 3:42 PM

    I'm sorry, could you provide some more requirements? Would you like Infinite List to be displayed like below?

    PDF Editor: Add a list group format for Infinite List Widget Image 1 Screenshot 20

    Please try the following CSS code:

    tr {width: 50%;}

    tr, td, th {

    display: inline-block; box-sizing: border-box; vertical-align:top; box-shadow:none;

    }

    input[type=text] {

    width: 100% !important;

    }

    Code should be injected to CSS are of a widget: How-to-Inject-CSS-Codes-to-Widgets

  • PIAMidAm
    Replied on January 9, 2019 at 5:18 PM

    Thank you, this is what I was looking for! Can this be done for the PDF as well? If the person selects the "save" option, is there a way to make the PDF look like the form? 

    Here is an example, the PDF consolidates them all in what looks like a table but I am wanting them separate:

    Name1:
    Email1:
    Age1:

    Name2:
    Email2:
    Age2: 

    Name3:
    Email3:
    Age3:


  • Elton Support Team Lead
    Replied on January 9, 2019 at 8:42 PM

    I'm sorry but that's not yet possible on the PDF since PDF layout for widgets are fixed and can't be customized. 

    You may consider the flip table option if you like. Example:

    PDF Editor: Add a list group format for Infinite List Widget Image 1 Screenshot 20

  • PIAMidAm
    Replied on January 10, 2019 at 11:33 AM

    Is there any way to get a group of questions that are not in a widget, with the option to add more? Like in my example above with an add option? We will have some companies with 10+ entries and the way suggested above will get very cluttered. 

    I appreciate your help! 

  • Victoria_K
    Replied on January 10, 2019 at 11:49 AM

    If you would like to show data separately on PDF, you can create predefined number of sections on the form with standard fields and show every next section conditionally. I think Section Collapse element would be of help: Show-or-Hide-Multiple-Fields-at-Once-Using-the-Section-Collapse-Field

  • Elton Support Team Lead
    Replied on January 29, 2019 at 1:00 AM

    @PIAMidAm

    I just would like to inform you that I have escalated your concern about the following format for the infinite list widget on the PDF.

     

    PDF Editor: Add a list group format for Infinite List Widget Image 1 Screenshot 20

    Once this is implemented, we will inform you here.