Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hey
I'm trying to set up some user submitted reports with the help of databound form. To sepparate them by category I'm trying to use "folders" but it doesn't work.

I tried something like this:
Code: Select all
<cms:db_persist_form _invalidate_cache='0'  k_page_name=frm_resort k_page_title=frm_resort k_page_foldername=frm_resort />


the thing I'm trying to achive:
Code: Select all
<cms:pages masterpage=k_template_name folder='FOLDER NAME HERE'>
     
....

</cms:pages>


Any help will be greatly appreciated.
Hi,

I think you'll find the following post useful -
viewtopic.php?f=2&t=9593#p21261

Hope it helps.
KK wrote: Hi,

I think you'll find the following post useful -
viewtopic.php?f=2&t=9593#p21261

Hope it helps.


Thank you very much!
Couch is amazing <3
3 posts Page 1 of 1