Join Fields show

Look at your index.php?a=admin&b=manage_join_fields

At the box with the field you see the following ( taken from the join language plugin, but you get the idea
Members Website Language
Type: Dropdown select
Template Tag ( internal value ): {$acf_language}
Template Tag ( display value ): {$acf_language_display}

So basicly, for "choice fields" we have an extra tag which looks same as the normal one, but with "_display" added to it
 
Back
Top