Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
It sounds like this may need rewriting into a custom visitor group criteria
Below is the link to the guide on how to do this
In the screenshot below, I drew a red line which is where a Javascript file can be attached in which would replicate the Dojo widget you have previously built
Hope this helps or puts you in the right direction
In CMS-11 we were able to create multi-select options in visitor group criteria in this way:
[DojoWidget(WidgetType = "dijit.form.FilteringSelect", SelectionFactoryType = typeof(VisitorGroupEnumSelectionFactory<UserProfileSelectionType>))] public UserProfileSelectionType SelectionType { get; set; } [DojoWidget(WidgetType = "dijit.form.MultiSelect", SelectionFactoryType = typeof(DomicileSelectionFactory))] public object[] Domiciles { get; set; } [DojoWidget(WidgetType = "dijit.form.MultiSelect", SelectionFactoryType = typeof(VisitorGroupEnumSelectionFactory<VisitorGroup>))] public object[] UserTypes { get; set; }
It looked so:
But in Optimizely(CMS 12) DojoWidget is deprecated and must be replaced with CriterionPropertyEditor. But how i can enable this multi-select option then?
Edit: If i use the deprecated way, i get an error in the UI: