How to unhide the Category sub-option in the payment field?

  • ctamyna
    Asked on June 2, 2016 at 9:30 AM

    I've added two options, "Category" and "Quantity", but the "Category" label is hidden under the Quantity box.

    How to unhide the Category sub option in the payment field? Image 1 Screenshot 20

    How can I adjust the spacing?

    Thanks in advance!

  • Kiran Support Team Lead
    Replied on June 2, 2016 at 9:35 AM

    Please inject the following CSS code to your JotForm.

    [data-type="control_payment"] .form-dropdown {

        width : 75% !important;

    }

    After injecting this code, the payment field should be displaying as shown below:

    How to unhide the Category sub option in the payment field? Image 1 Screenshot 20

    Hope this information helps!

     

  • ctamyna
    Replied on June 4, 2016 at 7:20 PM

    It works! Thanks a lot!

  • Mike_G JotForm Support
    Replied on June 4, 2016 at 8:09 PM

    On behalf of my colleague, Kiran, you are most welcome! Feel free to contact us anytime if you have other questions or concern. Thank you.