Hi,
I am using dynamic select to display subcategories of a main category as choices for selection. I have set "Multiple" to Yes, so that user can select multiple categories during their submission.
I have also a field which depend on the category selected, In my case if the category selected is "school" then a field "Teaching Subject" will show in frontend form, otherwise it will not show.
Now the problem is that the mutliple option is not working at all, I mean even if you select more then one category the article is submitting to only 1 category and also even selecting the school category the conditional field is not showing up.
Do anybody have any clue why this is not working?
Thanks