I am trying to set up a form that will collect requests for a dozen kinds of products from users (eg, shirts, hats, mugs...) I have a limited amount of each product available.
Is there a way to omit certain questions if the limit for that product has been reached? The number is based on all submissions -- not just each individual form submission. I thought about adding a condition for each question related to the sum but I couldn't seem to make that work.
Is something like this possible? Thanks!
