• kuby77

    (@kuby77)


    Hello Community,

    I need your help. I have a checkbox with the following code:

    [checkbox kunde_ausstattung id:%kunde_ausstattung% use_label_element “Wanne” “Dusche” “Balkon/Loggia” “Keller” “Stellplatz” “Mietergarten” “barrierearm” “Aufzug”]

    This also works fine, but the output causes me problems.

    Output in the email is done as follows: (example with selection): [Ausstattung: [kunde_ausstattung]

    Ausstattung: Wanne, Balkon/Loggia

    But I need all elements with True/false:

    Ausstattung:
    Wanne: true
    Dusche: false
    Balkon/Loggia: true
    Keller: false
    Stellplatz: false
    Mietergarten: false
    Barrierearm: false
    Aufzug: false

    Do you have an idea for me?

    Best Regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Output for checkbox true/false’ is closed to new replies.