Complicated toggle box

Can I put a toggle box - one tick box. That if ticked it with give me a drop down option of two choices. I've worked out the drop down option, the toggle box just isn't working the way I need it. If the box is not ticked I don't want any options inserted. Much appreciated.

Andrea

Hi, Andrea, here is a Text Blaze snippet doing the same. Hope it serves your purpose.

{formtoggle: name=show dropdown; default=yes; trim=yes}
{formmenu: Choice A; default=Choice B}
{endformtoggle}

4 Likes

@Ashwin_Mittal Thank you. Appreciate it. This template is exactly what I need.