Product List

Use the Product List question when you need a list of items with variable quantities per item (like an product order list).

Config

Style

Most of the style settings are self-explanatory, but here are a few tips and tricks:

How it works in Formulas

When referenced in formulas like @ProductListField, it's value is the sum of the Option Quantity * Option Value for each option.

If you want to check a certain option of the product list field you can use the SELECTED function:

SELECTED(@ProductListField, 2)

This will return the number entered in the second option of the product list field.

" SUMMARY(@ProductListField) "

This will return a text summary of the selected items in the ProductList field (must have the outer quotes to be evaluated as a string text)

" SUMMARY(@ProductListField, ', ') "

This will return a text summary of the selected items in the ProductList field (must have the outer quotes to be evaluated as a string text) with a comma separator instead of the default new line separator. You can use any separator as the second argument of the SUMMARY function

Need Help?
Already checked the help docs? We're quick to answer and friendly
Thanks!
We'll reply very soon at
Send message