Review user submitted data before publishing

I’d like to save user submitted data collected by a Wix custom form directly into a CMS collection so I don’t have to move it from the submissions table to the collection. However, I need to review the content in the collection before it is published to the front end, and visible to site visitors. Is this possible?

yes this is possible. in the CMS you can click on More Actions - Collection Settings. Then toggle the Control item Visibility and then toggle Hidden.
It will then create a field where you can select what to show on the live site


1 Like

This is how I would do it:

I would create a custom form and a custom cms with fields from the form + 1 more field called “reviewed”.

I create an admin page when I would sort that specific cms by reviewed field. If it’s “0”, it’s under review and you can see it on the admin page into a repeater. If it’s “1”, it means you already accepted it and is published.

Perfect! Thanks for the help!

1 Like

Clever idea- thanks for replying!