Try our conversational search powered by Generative AI!

Multiline text box in visitor group property

Vote:
 

I was working on setting up visitor group with multiline property for string. Is there any option to include that? I've used following property but it gives only text box without multiline.

public string commaseperatedCountry{ get; set; }.

My requirement was to include comma separated country list from visitor group criteria property. If visitor country contains then display different blocks based on each country.

Any body have idea to implement this?

#140312
Oct 15, 2015 17:50
Vote:
 
[DojoWidget(WidgetType = "dijit/form/Textarea")]
public string SomeProperty { get; set; }
#140313
Oct 15, 2015 18:57
Vote:
 

Maybe I am over simplyfuing things but you can just use a "Match Any" and include mutiple criterions for each country you want to check for. This uses out the box features and avoids the need for custom coding? 

#140319
Oct 15, 2015 21:33
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.