Hi Randy,
Thanks for getting back to me.
1) Yes, I have a dynamic selection box that queries SQL for the current list. The code I'm using is basic and is as follows:
SELECT series_title AS text, series_title AS value
FROM vqi_cck_store_form_fic_submission
WHERE series_title IS NOT NULL
AND series_title !=" " ORDER BY series_title ASC
What I need is to limit this further to just those titles that the currently logged in author submitted previously. I have been working on it, and finally found a way to gather the current user's id through the joomla jquery and adding that to a seblod field called current_user. So, that's populating in my sql now with the user id for comparison. I'm still at a loss, though I keep trying to figure it out.
2) I have created a search list type, and it works well to show all, but I was hoping to show only those titles belonging to the currently viewed series. Also, the title list query sees integers as text so sorts it incorrectly. If you have chapters 1,2, and 12, the sort sees the correct order as 1, 12, and then 2.
Again, thanks so much for responding. I'm having a look at your link now.
Cheers!
Merkin