Hi,
I need to have a safecracker dropdown field with available related entries listed, is this possible? I can’t seem to work it out, the code below isn’t working - I just get {option_name} in the dropdown list.
asset_parent is the name of the relationship field.
<label>Parent campaign:</label>
<select name="asset_parent" id="asset_parent">
{options:asset_parent}
<option value="{option_value}"{selected}>{option_name}</option>
{/options:asset_parent}
</select>
Any help is appreciated!
Thanks.