Hi Jon,
I am not quite sure how you want to use the Country information or where you want ir returned.
The XMod form field name for Country is Country.
The Advanced Directory Search form has a dropdown for location and the first criteria is country.
If you review the code in NotePad, you can see the call to find country in the SQL select statement.
If you want to return the Country form field in a list or detail template you would use:
[xmod:field name="Country"/]
Replacing the brackets with arrows. |