Configurable List: Why is my "Add" button not working?

  • smai
    Asked on December 13, 2016 at 7:21 PM

    My warranty form - 'Items to claim' configurable list section - the 'Add' button is not working.

  • Chriistian Jotform Support
    Replied on December 13, 2016 at 10:21 PM

    I see you are referring to the configurable list in your Warranty Claim form. It appears that the "Add" button is being covered by an element's padding, which is why it cannot be clicked.

    To resolve this issue, please insert the CSS below into the Custom CSS area of the widget.

    button.add {

      margin-top: 30px;

    }

    14816855942016 12 14 1118 Screenshot 10

    I would also suggest removing the height setting on your #list element, as this is causing the added rows to not be visible in the form. Simply find the #list css in the Custom css area of the config list and delete the yellow highlighted text as seen below.

    #list {

    height: 67px; /*delete this*/

    width: 678px;

    }

    If you need further assistance, please let us know.

    Regards.

  • smai
    Replied on December 13, 2016 at 11:44 PM
    Thanks, that worked.
    Win
    ...
  • Chriistian Jotform Support
    Replied on December 14, 2016 at 12:58 AM

    Hi,

    Glad it worked. If you need further assistance, do let us know.

    Regards