If option possibilities

Hello! How do you add if this statements to Text Blaze. I want to create a snippet that has multiple options. For example if the response is no, the options don't appear. If the response is yes, the other options populate. Is it possible to do this? Thank you!

Hi @Charisse_Mims there a couple of ways you can do this.

  1. Use a drop-down menu and if/then rules:

{note}Select option: {formmenu:yes;no;name=option}{endnote}
{if:option}show information here{endif}

  1. Use a toggle

{formtoggle:name=option}optional infomrmation{endformtoggle}

Thank you Dan!

1 Like