How to validate user submissions on backoffice

Hi, there.

I have a site built with astro on netlify.

I’m looking to add a form for specific users to create articles. These submissions should be handled on backoffice to validate user inputs in order to then create the respective .md files to finalize article creation.

I’m new on Netlify and I am only able, so far, to read user submissions. I want to be able to edit and validate them.

What would be the best approach to achieve this?

Thanks for your help in advance.

You can use Netlify Functions with Netlify Forms to read and edit user generated content. Here’s a basic example:

1 Like

Thanks for the solution. I was also facing the problem at my custom website.