Form Drop Down Menu Outputs

Hello,
I'm using the form drop down menu with conditions to run some click commands. It works well but in addition to clicking it also returns the text of the form option into my text box. Is there a way to stop the formmenu from returning the form options as text? I can use toggles but it would be more intuitive if I could get the menu working.

Thanks folks!

Hi @Patrick_Ferguson
Welcome to Text Blaze community.

You can use {note} to hide the contents of the snippet from inserting into the text box.

{note}Select an option: {formmenu: Option A; default=Option B; Option C; name=options}
{endnote}Selected options is {=options}

1 Like

This is super helpful! Thank you so much!

1 Like