Hello,
I’ve recently created some word-press websites and become increasingly interested in the Grav CMS. My aim is to build a site that people can post information thats saved on the page, which they can come back to later. Heres a step by step breakdown of what I’m looking to acheive, against what I know so far.
As a new learner, I’d appreciate it very much if anyone was willing to help me find the answers.
- First, I’m looking to create a page that users have to log in to view.
This part seems easy - thanks to the front matter access. -solved.
- Once logged in, I want users to be able to type in a simple form field, saving that data on the page. And tieing it to their account so that they can come back and see that posted information later.
This parts currently quite hazy to me, I’m guessing that I need to use php to save objects to the users yaml file. Then call those objects in the field.
- If I get that far, it would be nice to be able to tie child strings to that posted data, so the user can click on the post in number 2, and see three related posts or breakdowns.