Dropdown field with multiple selections overlaps on the field below

  • swalker286
    Asked on July 31, 2019 at 9:45 AM

    The dropdown field is showing all options over the remainder of the form even when not selected.

    Set for multiple selections, but showing only one.


  • John_Benson
    Replied on July 31, 2019 at 11:32 AM

    I checked your form and I was able to replicate the issue you're describing to. Please insert this custom CSS code in order to increase the height of the dropdown field:

    #input_37 {
    height: 200px;
    }

    Here's the result:

    1564586692result dropdown Screenshot 10

    If you need a guide, here's one: How-to-Inject-Custom-CSS-Codes.

    Let us know if you have any questions. Thank you.

  • swalker286
    Replied on July 31, 2019 at 12:07 PM

    Not exactly the solution I wanted, but I suppose it will work.  TY