0

Multiplу Choice - Hide / Show Buttons

Hello
There are three buttons WhatsApp - Viber - Telegram. I use a select Multiplу Choice  field so that I can display only those messengers that I can contact the client through. The problem is that I can't set up the display of buttons. if I select whatsapp, then when I select another messenger it disappears.
How can I make it so that I can choose a combination of messengers, one of them, two or all three?

3 replies

null
    • Fred
    • 2 days ago
    • Reported - view

    Is your multiple choice field a simple MC field? If so, let us say WhatsApp = 1, Viber = 2, and Telegram = 3. If so then you can try in the Display, only if for the WhatsApp button:

    contains(numbers(MCfield),1)
    

    Then change it appropriately for the the others.

      • iliper LTD
      • iliper_LTD
      • yesterday
      • Reported - view

       thank you, everything works

      • Fred
      • yesterday
      • Reported - view

      If you don't want to have to remember a year later what 1, or 2 is then you can do:

      contains(text(MCfield),"WhatsApp")
      

Content aside

  • Status Answered
  • yesterdayLast active
  • 3Replies
  • 31Views
  • 2 Following