Hi guys,
After having read this topic about creating a dropdown category selection on the p2 frond end ( http://wordpress.org/support/topic/351569?replies=14 ) which Noddle answered perfectly, I thought about how I could go ahead and create dropdown lists with specified values that I'd like to make available to users that would like to add tags instead of a category to their post.
Up until now, not much success..
I got the dropdown lists already in my post-form.php and figure I need to go change some stuff in ajax.php and p2.js but my coding knowledge is really limited. Would it be better that I define an id for each dropdown list and then try to extract the values and merge them later back into a tags element ? And then how do I send them to through the *tag creation* process ?
Thank for any help! : )