Purchase Order Sub Products

  • sweetsbymichellem
    Asked on January 11, 2022 at 12:55 PM

    In a purchase order, I have subproducts but they don't show unless the item has been clicked on-making it look like they're sold out. Is there a way you have the sub products show under the option without having the customer click on it, as it looks when I'm building the form?

    Here is my form: https://form.jotform.com/212695879613066

    Thank you

    Jotform Thread 3658605 Screenshot
  • Harvey JotForm Support
    Replied on January 11, 2022 at 2:37 PM

    Hello,

    Thank you for contacting us!

    Yes, there is a way for you to show the sub-products without the need of the user to click on the main product itself, This can be achieved by injecting a CSS code into the form.

    Please inject this CSS code into your form to show the sub-products.

    .form-line[data-payment="true"] .sub_product .form-product-child-table {
      display: block !important;
    }


    f69b2695b8dda3031a2ced1fbe973a38 Screenshot 10

    This guide should help you on how to inject custom CSS code into your form.

    Guide: How to Inject Custom CSS Codes

    I hope this helps.

    Let us know if you have any questions.

  • sweetsbymichellem
    Replied on January 11, 2022 at 3:09 PM

    Thank you so much! This was very helpful and solved the issue!