• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Caldera Forms] Adding a separator or title field.’ is closed to new replies.