Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Yes, it is possible.
    You must add a two formula to calculator ex: checkbox1+label1

    Regards
    Mateusz

    Plugin Author pbosakov

    (@pbosakov)

    Hi,

    Yes, you can use labels with checkboxes. If the label for the checkbox is a number, you can use it directly in the calculation, for example: [checkbox my_checkbox "1" "2" "3"]

    If you need text labels, you may use the [variable] tag (available in the Pro version) to map each text to a number, and then use the value of the [variable] in your calculation:

    [checkbox my_checkbox "One" "Two" "Three"]
    [variable my_variable cf7-hide "my_checkbox:" "One 1" "Two 2" "Three 3"]

    Kind regards,
    Petko

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox + label’ is closed to new replies.