I need to create a dynamic select box on a form. This select box will pull the titles of published articles from a specific category from the Joomla content table. I found the following forum post which speaks to this:
http://chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=20013&p=60824&hilit=dynamic+dropdown#p60824
This was posted in 2010. I am wondering if CFv4 has a feature to do this in a different way, perhaps through the wizard interface? My query to populate the select box is:
SELECT title FROM #__content WHERE catid = 34 AND state = 1
Thanks!!!
http://chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=20013&p=60824&hilit=dynamic+dropdown#p60824
This was posted in 2010. I am wondering if CFv4 has a feature to do this in a different way, perhaps through the wizard interface? My query to populate the select box is:
SELECT title FROM #__content WHERE catid = 34 AND state = 1
Thanks!!!