I have a site where I’m using Netlify’s forms feature. It’s been live for a couple weeks, but we failed to test the forms thoroughly. I’m using react-hook-form, and that package provides a submit function to set as the form’s onSubmit prop. I guess I didn’t realize that meant I needed to use the AJAX version of the recommended setup for Netlify to catch the form submissions. Anyway, I have it working now, I’m just trying to do my due diligence in seeing if there’s any possible way to get the past form submissions that weren’t originally caught by the system.
Hi, @willfalcon. If the submissions were not successful there is no way to recover the data in the submission. Only successful submission data is preserved.
1 Like