How not to recieve form submissions

I have setup a site for a client and included a submission form. The usual behaviour of a form is to see submissions in the back-end area, which includes details of the message sent. I do not want to have access to any form submission that is performed. Is there a way to hide the submitted message?

Welcome to the Forums @yakhat

You are wishing to not see form submissions, only have your client see them?

If so, I might suggest you don’t use Netlify forms, but use functions to handle form submissions (examples) or integrate a third-party form into your site.

2 Likes

Hi coelmay,
thanks for the welcome and your response. This gives me some things to look in to. Thanks for your help.

1 Like