Hi everybody,
first of all, thank you for a great work. I'm working with Couch now for 2 days and it's a great tool. I really enjoy the work with it.
So my problem is...
Client wants a contact form append on every page. So I've created snippet and tried to embed it. BUT I was following the documentation (Contact Form) and there is of course <cms:template title='Contact form'>... which leads to rewrite the "index" title in the admin section. And "append" this form to this "index" page :-/
Is it possible to create contact form like the one in the documentation (with custom editable areas - social etc.), embed it/append it to the page and still have a separate section for this form in admin?
I was searching on the web, in this forum, go through "Tips & Tricks" section ... no luck :-/ I was able to do a lot of things but this one - I'm stuck.
Thanks for any help or point a right direction.
(sorry for my english )
EDIT: I find this topic http://www.couchcms.com/forum/viewtopic.php?f=2&t=7731. I see the contact form in the admin section - good
But it doesn't show the form on the page. I have this code.
When I do this:
It shows the content of this particular field but I don't know how to show the whole template.
first of all, thank you for a great work. I'm working with Couch now for 2 days and it's a great tool. I really enjoy the work with it.
So my problem is...
Client wants a contact form append on every page. So I've created snippet and tried to embed it. BUT I was following the documentation (Contact Form) and there is of course <cms:template title='Contact form'>... which leads to rewrite the "index" title in the admin section. And "append" this form to this "index" page :-/
Is it possible to create contact form like the one in the documentation (with custom editable areas - social etc.), embed it/append it to the page and still have a separate section for this form in admin?
I was searching on the web, in this forum, go through "Tips & Tricks" section ... no luck :-/ I was able to do a lot of things but this one - I'm stuck.
Thanks for any help or point a right direction.
(sorry for my english )
EDIT: I find this topic http://www.couchcms.com/forum/viewtopic.php?f=2&t=7731. I see the contact form in the admin section - good

- Code: Select all
<cms:pages masterpage='cs/contact-form.php' limit='1'>
</cms:pages>
When I do this:
- Code: Select all
<cms:pages masterpage='cs/contact-form.php' limit='1'>
<cms:show some_field_defined_in_template />
</cms:pages>
It shows the content of this particular field but I don't know how to show the whole template.