Hi there,
is there a way to select only one category group with SafeCracker?
For instance:
<label for="categories">Categories</label>
<select name="category[]" id="categories" size="4" multiple="multiple">
{categories group_id="2"}
<option value="{category_id}"{selected}>{category_name}</option>
{/categories}
</select>by adding the group_id=“2” parameter to the category tag?
Thanks!
Cheers,
Pv