set up a product with multiple options

  • arbonnetash
    Asked on July 7, 2021 at 3:53 PM

    Hi,


    For my form, I want to be able to set up a question that has multiple options, all of which can have a number assigned (with a minimum and maximum set)

    The specific situation is: I want to create a "build your own meal box" product, where customers are allowed to choose any 3 curries from a list, but they may want to choose the same curry twice. In addition, as there is a 3 curry limit, I need to set that as the maximum, but also, I need the form to identify if they haven't chosen sufficient curries by setting a minimum.

    Thanks

  • John Support Team Lead
    Replied on July 7, 2021 at 11:33 PM

    Allow me some time to check for a solution. I will get back to you here shortly.

  • John Support Team Lead
    Replied on July 7, 2021 at 11:57 PM

    Thank you for waiting! So here's what I came up with:

    Since you cannot simply count the selected quantities using the dropdown fields (due to their calculation values), you can duplicate it and pass the selected quantity to the duplicate field.

    You can then use the duplicates value to determine the number of curries a user have selected.

    Use the total quantity value in your condition to show a message to the user about the max and minimum limits.

    Here's a short video guide on how it can be done: https://www.loom.com/share/cf008940a2f546559b5f250e0fd08ebd

    Please try that and see if that'll work for you.