Form submissions are not appearing in Netlify dashboard

@alp All you need to do is redploy the site again.

There is no ‘transfer process’.

If you’re using 'Drag & Drop:

  • Log in to your Netlify account
  • Go to the details for the specific site you’re dealing with
  • Go to the bottom of the ‘Deploys’ page for the site
  • ‘Drag & Drop’ either the same files, or updated files

The related Netlify documentation is here:
https://docs.netlify.com/site-deploys/create-deploys/#drag-and-drop

(Unfortunately the video in the documentation only only where to ‘Drag & Drop’ to “create a new site”, not where to ‘Drag & Drop’ to “update an existing site” - so don’t get confused by that.)

To clarify…

You need to do this, because turning on ‘Form Detection’ doesn’t take effect until your next deploy.

Which is mentioned in the ‘Enable form detection’ documentation:
https://docs.netlify.com/forms/setup/#enable-form-detection

Enable form detection

To enable form detection for your site:

  1. In the Netlify UI, go to Forms.
  2. Select Enable form detection.

Starting with your next site deploy, Netlify will automatically scan your deploys for forms that require submission handling.

Since you haven’t yet redeployed, Netlify hasn’t yet detected your form yet.