Forum for discussing general topics related to Couch.
5 posts Page 1 of 1
I want to add the data to website dynamically .
Users may be more than one to add the data / content .

How do I Add content directly from cms ?
You need to define 'editable regions' in your templates and Couch will then allow their contents to be modified from the admin-panel. If the question was how to dynamically add new pages from the admin-panel, you need to use 'clonable pages'.

Both these concepts are actually very fundamental to Couch. I think you'll find taking a look at our illustrated tutorial where we build a complete site from scratch useful - http://docs.couchcms.com/tutorials/portfolio-site.html. You'll find almost everything you'd need to get started with Couch in there.

Hope it helps.
Thanks for the reply . It cleared some points and
My question was How to add the content in the same page which is already defined editable from admin-panel ? I don't want to add new pages dynamically .
My question was How to add the content in the same page which is already defined editable from admin-panel ?
Not sure if I understood the question correctly. If you have already defined editable regions(s), you can add the new content into those regions in the admin-panel.

Could you please elaborate on exactly what the problem is?
Thanks.
amrutd wrote: Thanks for the reply . It cleared some points and
My question was How to add the content in the same page which is already defined editable from admin-panel ? I don't want to add new pages dynamically .


If you use Editable, other users can write(News/text) from admin..

But maybe you mean you want to make so people can change text from page and not from Admin panel?

Maybe your looking for this: http://docs.couchcms.com/concepts/databound-forms.html
5 posts Page 1 of 1
cron