Options not displaying

  • coolk000126
    Asked on April 24, 2024 at 4:21 AM

    Options not displaying Image 1 Screenshot 30 Screenshot 10

    Hi, there are 2 issues.

    1. In this Form Building screen above, the word" Quantity" was wrapped and showing 2 Lines. Please advise CSS Code to resolve.
    2. In the Form review screen below, the options are not displaying as per setup in Form Building shown above. Please advise CSS Code to resolve.

    Options not displaying Image 2 Screenshot 41 Screenshot 21

    https://myjotform.com/240532538724456


  • Lorenz JotForm Support
    Replied on April 24, 2024 at 6:37 AM

    Hi Francis,

    Thanks for reaching out to Jotform Support. For the Quantity label, you can add the code below into your form, to ensure the text don't wrap.

    /* Prevent product sublabel from text wrapping */
    .form-sub-label {
    word-break: normal !important;
    }
    /* end */


    As for the product options not showing, I've moved that to a new thread. You can check that out here.

    Let us know if you have any other questions.

  • coolk000126
    Replied on April 24, 2024 at 9:03 AM

    Thank you. All work well.

 
Your Answer