I can’t figure out how to use the Multi Relationships custom field inside safecracker.
Here is my closest attempt so far:
{exp:safecracker channel="venues" entry_id="44" }
{embed="/franchisee/menu-form" selected="{attendee-event:child_ids}" }
<input type="submit" name="submit"/>
{/exp:safecracker}
and in the embed page:
{exp:channel:entries dynamic="no" channel="menus"}
{title}<input type="radio" name="menu" value="{entry_id}">
{/exp:channel:entries}But alas I can only select one entry. I tried the exact same thing with checkboxs and it doesnt work.