My SAEF form has
{exp:safecracker channel="fixtures"
return="fixtures/thanks_row"
datepicker="no"
}
I am trying to create a select statement that gets its data from another channel
<select name="fixture_home_team[]>
{exp:channel:entries disable="member_data|pagination" channel="teams" dynamic="no" orderby="title" sort="asc" category="13" }
<option value="{cat_id}">{title}</option>
{/exp:channel:entries}
</select>
But because it is within the exp safecracker tags it displays the title from this rather than the teams channel.