I've got multiple forms that will be posting to a single Custom Post Type, and I'd like to be able to add a taxonomy term to each in order to filter them for displaying on separate pages.
Using the code by Alex Cancado from this post, I've edited it down to this, which works only when logged in:
Like I said, when I'm logged into WP and fill out the form, the custom taxonomy comes in perfectly. When I'm logged out I get nothing. I'm wondering how I can get it to work without being logged in too.
Thanks,