I have the following idea and need some guidance on how to implement it:
A client wants to integrate a kind of bulletin board with “Wanted/Offered” section on his website. Visitors should be able to enter data into a form (dropdown menu with “Wanted/Offered,” title, and text) without logging in or creating an account, which then generates a post (subpage). The client wants the posts to be visible to the public only after they have reviewed the entry.
My idea is to generate a page from the form data that is created in draft mode. The client can then change the page’s status to “public” after reviewing it.
I would appreciate it if you could help me with a brief approach to implementing this…
Many thanks,
Matthias