Payment Form>>Product Settings: sub-total does not show up even though it has been enabled.

  • bjlands
    Asked on February 26, 2018 at 2:12 PM

    The Subtotal Table does not show under my Products even though I have Yes selected in the Edit options.


    Thank you.

    Jotform Thread 1397399 Screenshot
  • David JotForm Support Manager
    Replied on February 26, 2018 at 3:28 PM

    I have checked your form the "Sub-total" is showing under those products where you have enabled it:

    1519676922sub total Screenshot 10

  • bjlands
    Replied on February 27, 2018 at 10:51 AM

    I apologize that I did not clarify my question a bit more. I would like all of the size options to show under each Product. As it is, it cuts off the different options unless you check the box. Is there a way to have all the options automatically show under each option?

  • David JotForm Support Manager
    Replied on February 27, 2018 at 12:38 PM

    Please try injecting the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-product-item {

        overflow: visible;

        height: 200px;

    }

  • bjlands
    Replied on March 1, 2018 at 12:53 PM

    BDavid,

    Thank You. This worked!