Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: You can use a delimiter field with IF substitutions based off your country field then show an image based off the value. Alternative is to create an image per country and have their filename match the field value name then you just need to substitute in the field value as the image src. Example as follows.
Code:<img src="mysite.com/images/countries/[cb_country].png" />
Please Log in or Create an account to join the conversation.