Is there any way to remove the Edit or Remove button from the Infinite List widget?

  • Tggpromo
    Asked on September 3, 2016 at 9:51 PM

    Is there any way to remove the Edit or Remove button from the Infinite List widget?

  • jonathan
    Replied on September 3, 2016 at 11:39 PM

    Yes it can be achieve using custom injected CSS codes to remove those buttons.

    Example:

    Is there any way to remove the Edit or Remove button from the Infinite List widget? Image 1 Screenshot 20

    Please let us know the URL of your form you wanted to do this and we will see what CSS code is needed to achieve the same.

    Thanks.

     

  • Tggpromo
    Replied on September 4, 2016 at 12:56 AM
  • liyam
    Replied on September 4, 2016 at 2:19 AM

    Hello,

    You can insert this CSS code into your widget:

    .col5 {
         display: none;
    }

    To insert the CSS code, you will need to edit your form > Select the widget > Wizard

    Is there any way to remove the Edit or Remove button from the Infinite List widget? Image 1 Screenshot 30

    One the wizard opens, go to CSS and insert the code, and click the Update Widget button

     

    Is there any way to remove the Edit or Remove button from the Infinite List widget? Image 2 Screenshot 41

     

  • Tggpromo
    Replied on September 4, 2016 at 7:58 AM

    Is there a way to remove just the EDIT button only?

     

    Also, Is there a css code to have 1 row break into 2 rows?  For example, 1 row with 4 fields break into 2 rows with 2 fields

  • liyam
    Replied on September 4, 2016 at 11:12 AM

    To remove the edit button, use this CSS code instead:

    .col5 .edit {
        display: none;
    }

    To break the configurable list into two rows, it's quite complicated but it's possible. Can you give more details on which column do you want to break the row into two?

     

  • Tggpromo
    Replied on September 4, 2016 at 12:11 PM

    Recipient Name (col1) and Recipient Email, (col2) 1 row.

    Gift Certificate Value (col3) and Special message (col4), Edit and Remove buttons 2nd row.

  • David JotForm Support Manager
    Replied on September 4, 2016 at 2:24 PM

    I have forwarded a request to our widgets team, on the following thread: https://www.jotform.com/answers/924107, in order to have the option to set a vertical arrangement.