Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Okay i've used the search function and tried to see in the articles you've published how to show the content of the databound form. I've had no results so here's my question.

with the databound forms i've got it working how i would like it. Now the issue is i want it to show like you would with a normal in-couch clone page. When i view the databound submission it shows the main form. However when they do submit the content i want to beable to show this, like a article/blog post.
Cloned pages created by databound forms are no different than those created by a user within the admin panel. The method for listing pages is therefore the standard approach using cms:pages tag:
Code: Select all
<cms:pages masterpage='form.php'>
    ...
</cms:pages>
cheesypoof wrote: Cloned pages created by databound forms are no different than those created by a user within the admin panel. The method for listing pages is therefore the standard approach using cms:pages tag:
Code: Select all
<cms:pages masterpage='form.php'>
    ...
</cms:pages>


Thanks for that.

edited. All completed
3 posts Page 1 of 1