How to show "Sold Out" error message instead of "None Left" using the Inventory Widget

  • woodacrespta
    Asked on February 23, 2016 at 7:52 AM
    I would also like that if a night sells out, the form will show "Sold Out" and they will not be able to purchase tickets for that evening.
  • beril JotForm UI Developer
    Replied on February 23, 2016 at 8:05 AM

    You can add the CSS code below for getting the error message, which is Sold Out.

    .items-left.none-left{display:none;}

    label.line-through:after{content:"   SOLD OUT";}

    How to show Sold Out error message  instead of None Left using the Inventory Widget Image 1 Screenshot 30

     

     Here is how it works:

    How to show Sold Out error message  instead of None Left using the Inventory Widget Image 2 Screenshot 41