Goodmorning, I have into my safecracker SAEF-form this code:
{exp:channel:categories channel="nieuws" style="linear"}
<input type="radio" name="category[]" value="{category_id}" /> {category_name}
{/exp:channel:categories}For the entry it’s working fine but for the edit it doesn’t display the choosing category how can I do this
So the selected code must have: checked=“checked”
<input type="radio" name="category[]" value="{category_id}" {if category =="???"}checked="checked" />{/if} {category_name}
Maybe it’s not possible?