If-Else Message

I want to choose text in accordance with the dropdown option I chose.

if option A is chosen then
Some Text
otherwise if Option B is chosen
Some other Text

1 Like

Hi @Sahil_Rally - welcome to the forum!

Here's one way to do that:

{formmenu: name=choice; option a; option b; option c}

{if: choice=="option a"}You chose option a{elseif: choice=="option b"}You chose option b{elseif: choice=="option c"}You chose option c{endif}

Hope this helps :slight_smile:

1 Like

Yes, thanks ! Are there any videos for all the different features supported by text blaze.

Hi @Sahil_Rally - you can find all of our videos here:

There are quite a few covering all sorts of commands, and we're releasing new ones all the time.

I also recommend looking into the documentation pages:

In there you'll find all Text Blaze commands as well as loads of examples on how to use them.

Of course, if you have any questions, this is always a great place to ask :slight_smile: