Pursuant to this thread, I’m trying to use EE categories to provide a hierarchical structure to some entries. Each of my entry titles uses the same name as a category (the url_title isn’t important), so I’m using an autocomplete script that pulls its list from all the categories in the DB.
What I’d like to do is hide the categories from the user, but submit the corresponding (but hidden) category, equal to the entry’s Title.
The categories are arrays too, which I’m not 100% clear on how to submit as a hidden input. Any pointers on that? I might be able to rig something up if I know this much.
Thanks!