When picking from a pick list the pick list goes away after you select one item.
You then have to click the menu again to select multiple options
How can you just select multiple from the start?
Are you referring to the {formmenu}
menu command?
{formmenu: Choice A; default=Choice B; Choice C; multiple=yes}
It's already letting you to pick multiple options before it gets closed. Can you please share with me the part of the snippet you're having an issue with?
Treatments: {note}{formmenu: None; Toe Nails; Anal Glands; Sanitary Shave; Bandage; Microchip; name=Technician Treatments'; cols=20; multiple=yes}{endnote: trim=no}{if: includes(Technician Treatments'
, "Anal Glands")}
Anal glands expressed: {formtext: name=Anal Gland Material; default=normal material, easily expressed; cols=30}{endif}{if: includes(Technician Treatments'
, "Toe Nails")}
Toe nails trimmed{endif}{if: includes(Technician Treatments'
, "Sanitary Shave")}
Sanitary shave performed{endif}{if: includes(Technician Treatments'
, "Bandage")}
Bandage applied{endif}{if: includes(Technician Treatments'
, "Microchip")}
Microchip placed in scruff: please follow instructions provided and complete registration online{endif}
I tried to take screen shots to show whats happening.
The menu starts out blank
Then you select an option
It picks that option and closes the menu and inputs your selection
But it only let you pick the one option
Then you can click back to the menu and select multiple and it works the second time
@Geoff_Kraabel Can we jump into a quick call? I need to check on your side, I'll send you a private message if you're fine to meet.
Sounds great! Email link?
Hello Abdalla, just following up if any one has been able to solve this issue?
Hi @Geoff_Kraabel,
The issue with the form menu should be fixed now. Could you please test it out and let me know if you're still experiencing any problems with selecting multiple options? I want to make sure everything is working smoothly for you.
Thanks!
Its working! Thank you so much!!
Hello, I have run into another issue with this. Its fixed on the text blaze side of things, but does not work on other sites.
When I preview it in text blaze the menus work. But when using the snip it on other websites it does not work.
Ive tested it out and the issue is something to do with a menu being inside an if statement that is connected to a toggle. If this is the case then the menu does the glitch thing where it closes out after one selection.
Hi @Geoff_Kraabel.
I can confirm that the issue is still happening when using the snippet itself, I'll check with the team and let you know once it's fixed.