My problem is the following… Let’s imagine such a Caldera form checkbox list:
* orange
* kiwi
* carrot
* lemon
* beetroot
* potato
* lettuce
* onion
* hammer
* bolts
* nails
* nuts
* rivets
TOTAL: 0$
I would like to separate it, for example into fruits and vegetables, hardware:
Fruits
* orange
* kiwi
* carrot
* lemon
Vegetables
* beetroot
* potato
* lettuce
* onion
Hardware
* hammer
* bolts
* nails
* nuts
* rivets
TOTAL: 0$
When I create three different ‘elements’ the calculation does not work because the user has to select at least one option from every element (for example 1 kiwi, 1 onion, 1 nut). I would like to be able to select only one option from the entire calculation and make the calculation work.
How can I do this? Where are the Caldera Forms stored? In the main WordPress database? IS it possible to tweak the form entries to create a list with separators?