Show remaining places - CLASS

  • joelma.risingsun
    Asked on June 8, 2020 at 7:58 AM

    Hello, I used to provide students to sign up for sports classes.

    Due to the limitation of the number of people in each class,

    If I can display the registration balance of each class, I can show the new applicants that there are still the remaining places in the class.

    Thanks, assistance!

    joel ma

  • Sam_G
    Replied on June 8, 2020 at 10:02 AM

    Hi Joelma.risingsun,

    Thank you for contacting Support.


    You can have limited options, they can decrease as they are selected and get blocked once the limit is reached, here are some widgets that will help you with that: 

    http://widgets.jotform.com/widget/gift_registry

    http://widgets.jotform.com/widget/quantity_gift_registry 

    https://www.jotform.com/widgets/appointment-slots

    https://www.jotform.com/widgets/inventory

    In setting up any of those widgets, you will add the items that your respondents will choose from. You will also set in each item a quantity or the number of available seats per option (item).

    Every time an item is selected and the form is submitted, the item's quantity will be reduced.

    I hope this helps.

    Let us know if you need further assistance.


  • joelma.risingsun
    Replied on June 9, 2020 at 1:28 AM

    Thank you for your assistance

    More questions are:

    1. Your product name or its description.

    The text display is too large, there are ways to reduce the text, ?

    2.  in addition to displaying the balance, I still want to display the amount like a shopping cart ? 

  • Sonnyfer JotForm Support
    Replied on June 9, 2020 at 5:08 AM

    Hi there,

    1. Your product name or its description.

    The text display is too large, there are ways to reduce the text, ?

    Yes, the text-size can be reduced via CSS injection. Kindly inject the below CSS code to your form to adjust its size.

    span#product-name-input_36_1000.form-product-name, span#product-name-input_36_1001.form-product-name{

      font-size: 15px ! important;

    }

    Gude: How-to-Inject-Custom-CSS-Codes 

    2.  in addition to displaying the balance, I still want to display the amount like a shopping cart? 

    Are you perhaps referring to the current total? If so, it looks like your form already has it.

    1591693634carttt Screenshot 10

    If you are, however, referring to something else, kindly share with a bit more information so we point you in the right direction.