PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Products as a Checklist

  1. agro
    Member

    When I use the Products field, I can only use a radio button or dropdown. However, I need this to be a checklist (checkboxes next to each item) and allow user to select more than 1. How can I achieve this with 1 Product field? I know you can do this with the Pricing Field titled Option, but these are products, not options.

    For example:

    Courses (i.e., products):
    [ ] Course 1 - $10
    [x] Course 2 - $20
    [ ] Course 3 - $30
    [ ] Course 4 - $20
    [x] Course 5 - $30

    Total would be $50.

    Thanks in advance for your help.

    Posted 11 years ago on Tuesday April 24, 2012 | Permalink
  2. Right now our Product Field, as you see, doesn't have a checkbox option. In order for this to work, you will need to make each "option" it's own product, and just list them. So "Courses" could be your main Product and then each course could be the option. You can even hide the main Courses product field, by setting it to be Admin Only perhaps. Either way, you will need to use the Option Field or list each Course Individually as a Product.

    Posted 11 years ago on Tuesday April 24, 2012 | Permalink
  3. agro
    Member

    Thanks for the response. However, if I continue to use the Option field becuase Product cannot be used in a list, then how can I get rid of that +450 (the '+' sign) that automatically pops up before each "option"? I need to get rid of that + sign as it's very confusing to end-user as these are not 'options', they are products.

    Posted 11 years ago on Saturday April 28, 2012 | Permalink
  4. Just use some custom CSS to hide that...

    .gform_wrapper .ginput_price {display: none;}

    Posted 11 years ago on Saturday April 28, 2012 | Permalink
  5. Why are there no checkboxes in the product field? I need this desperately!

    Posted 11 years ago on Saturday April 20, 2013 | Permalink