Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello, I may be a bit out of touch as I haven't been doing a lot of Couch related work recently. I can't find the answer to my query which I hope means I'm not asking a silly question! I am going to implement a dynamically populated dropdown in the admin panel and am wondering if instead of using the "traditional" method https://www.couchcms.com/forum/viewtopic.php?f=4&t=1671&p=2483&hilit=dynamic_params#p2483 whether I could utilise a repeatable region within Template Globals to set up the values that will populate the values in the dropdown of the cloned pages?
please ignore me ... I've worked it out after multiple syntax confusions!
Code: Select all
Please Select=-
<cms:show_globals>
   <cms:show_repeatable 'recording_categories'> | <cms:show recording_category/>   </cms:show_repeatable>
</cms:show_globals>
2 posts Page 1 of 1
cron