I'm trying to make a drop down menu for the Country field in Joomla User profile.
<field name="countries" type="sql" label="Country" query="SELECT id, country_name FROM #__countries" key_field="id" value_field="country_name" required="true"/>
How can i make this 'Empty Value' at start and let the user to select? is it possible?
Thank you