Hello. I have a form with a Pricing > Option field containing 4 checkbox items.
I am trying to get another field to conditionally display if, say, checkbox fields 3 & 4 are checked.
The conditional logic works if I use a Radio field for product selection but I need to be able to select more than one item, hence my need for checkboxes.
Let me know if you have any insights or questions to my particular issue. Thank you for your time and any information you may be able to provide me with!
The eventual goal is to display another product field calculation which discounts the total by $X should all four checkboxes be selected. I would just use the “Select All” checkbox field but that doesn’t even appear as an option from the Conditional menu. Not sure if its me or my Gravity Forms installation. I’ve already ran the “re-build database” option within the Support menu for Gravity Forms. I’ve even tried deactivating a number of plugins and checked my functions.php file for any potentially conflicting checkbox functions. It appears as though we cannot use product > option checkboxes as conditional logic options.