What's your preferred way of saving/managing "testimonies"?

I’m working on a site that for the first time needs to collect testimonies and display somewhere on the page. How do you handle this with Kirby? Subpages? But then I have to put title for every entry. Or Structure Field?

On the Kirby website, we are using subpages, yes. You can also use a structure field.

Thanks.

Is there a way to create subpages without a title? Or just hide the title field during page creation and auto-increment the name on the txt file?. Eg: client-1, client-2, client-x

You could use the Custom add fields plugin? But why not use the name of the client as the title?

Decided to go with subpages and use client name as title.
Last question, how and where do I change the Title label? I’d like to make it Name instead.
Thank you.

That’s not possible out of the box. But you can do that with the Custom add fields plugin I mentioned above.

1 Like