If you have the same field name in multiple field groups, and you’re using a custom pulldown, the plugin has trouble telling one from the other. For example, if you have a field called “app_legal” in two different field groups, this code won’t reliably return the right value:
{exp:form_helper:custom_pulldown entry_id="{entry_id}" field_name="app_legal"}
<option value="{value}" {selected}>{value}</option>
{/exp:form_helper:custom_pulldown}
TTFN
Travis
