I’m relatively new to EE1.x and find myself needing to generate a <select> dropdown.
I wanted to know if it’s possible and how it’s possible to do so.
Under Admin > Section Administration >> Custom Section Fields >> Field Group >>> Field (dropdown)
the field’s name is locations. It contains dropdown info such as California, Utah, Washington etc…
is there a way to do something like
{exp:field_groups:custom_fields field_name="locations"}
<option>{location}</option>
{/exp:field_groups:custom_fields}
The idea is to avoid using the ee->$db->query();
Thanks for the help!