The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

MultiSelect with enable auto complete checked - Need to get array values from view

Labels

This Discussion is public

Notifications

Hello,

I'm looking for a way to grab the values from my multi select to show/hide different views within the view. For instance, if option A is selected I will show a div perhaps with the contents for this option that I specify. Each will be unique to the options selected but will all be displayed together or hidden based on selection.

If(id == '1'){show 1} etc. I want to show instructions based on criteria selected in multi select.

 

Thanks!

If we are talking about a view, I would expect that you would use the conditional statements, something like:

[if 123 equals(maybe "like")="my value"][display view shortcode here][/if 123]
[if 123 equals(maybe "like")="my value2"][display view shortcode here][/if 123]

Discussion closed.