Using : EE 1.x
Hello,
I have a custom field named “locations” which field type is set to
dropdown and it contains some data such as NY,CA,VA,etc…
Is there a way to view that data with ee and display it as a dropdown
sort of like
<select name=“somename”>
{exp:field_group:fields field_name="locations"}
<option>{location}</option>
{/exp:field_group:fields}
</select>
I realize my syntax above is probably way off, but it’s really the only way
i can explain what I’m trying to achieve.
Thanks!