Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi guys

We are looking for a kind of "reservation" tool. For example, a user will fill out a form and submit it. The idea now is to see the submitted form in the admin backend panel with all the details and we can accept or decline, maybe modify his request.
Is there already anything like this which couch provides?
Otherwise there will be the solution to implement everything, by adding the request to the database and then display it in the backend. Maybe anything like that already exists?

Cheers and thanks a lot for your help.
Hi :)

Please take a look at DataBound Forms (http://docs.couchcms.com/concepts/databound-forms.html).

The page referenced above contains a complete working example of a Job Board. I think it shouldn't be too difficult for you to adapt the code to do what you are looking for.

Hope it helps.
2 posts Page 1 of 1