Hi everyone,I'm working on Adaptive form in which I've dropdown for Country Names. Now, I want to populate the list of full country name, but the values should be their 3-letter code. Something like below. <option value="AZE">Azerbaijan</option>
<option value="AUS">Australia</option> Adding 105 item...