I have followed the instructions at the How To for dynamically populating drop down fields. I have tried adjusting the code and can't get it to pull all posts under the category I wish.
Here is the line of code
$posts = get_posts("cat=4&showposts=-1");
It is pulling the posts but not all
The form can be seen at
http://www.raisedonindie.com/submit-music-video/
and the drop down in question is under Artist
thanks
Brian