PayPal dropdown list field is cutting off visibility of selections

  • MORWA
    Asked on August 15, 2017 at 9:10 PM

    I'm using a PayPal integration to pay for contest submissions.  I noticed that the selection box for the various option on my forms (ex: 2017 Single Title Gateway to the Best Contest Entry Form) is sized too small to see the entries (and thus know there is a selection to be made).  I couldn't find a way to resize this.

    While you're looking at that, I was trying to figure how to ensure the settings require the user to select one of the options and not continue with "Free".  Can you verify if I have those right?

    Thank you,

    Pam

  • Jan
    Replied on August 15, 2017 at 9:38 PM

    I was able to replicate the issue. The dropdown in the payment field is too small. Please inject this custom CSS code to increase the height:

    .form-product-item .form-dropdown {
    height: 36px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    PayPal dropdown list field is cutting off visibility of selections Image 1 Screenshot 20

     

    I created a separate thread for your next question. Please wait for our reply on this thread: https://www.jotform.com/answers/1224429.

     

    Hope that helps. Thank you.

  • MORWA
    Replied on August 15, 2017 at 9:42 PM

    Thanks, Jan!  I appreciate the fast response.  Off to use the custom CSS.