This question may be related to a resolved thread.
Hi there, my problem is as follows:
Im trying to created a list child (level2) of categories within a safecracker form using the {categories} loop. So far been unsuccessful
I’ve tried using {parent_id} in a conditional, but it doesnt seem to be available in the {categories} loop eg:
{if parent_id == '1'}
This is a child
{/if}The reason it needs to be within the {categories} loop and not within the {exp:channel:categories} is that I need the {checked} variable.
Any help would be appreciated