Hiya,
Here’s another one for anyone that might be interested. This allows you to re-create a drop-down menu in a form if you have a custom field of type drop-down.
Instructions are fairly simple :
<select id="{exp:custom_drop_down:field_id field_name="field_name_goes_here"}" name="{exp:custom_drop_down:field_id field_name="field_name_goes_here"}">
{exp:custom_drop_down field_name="field_name_goes_here"}
<option value="{value}">{value}</option>
{/exp:custom_drop_down}
</select>
Hope it helps.
Best wishes,
Mark
Disclaimer
I’m pretty sure this should just work as advertised but please don’t sue me if anything goes wrong![]()
