Error: “The submission was not found in the database”
Code: submission-not-found
This error occurs when a submitted form or data entry cannot be found in the database. As a general catch-all, reviewing the corresponding test video often provides more valuable insights into the cause of the failure.
https://domain.com/contact/?checkview_test_id=e1a71c03-ca90-44c1-afab-84e3924326e2
To ensure tests can run properly, confirm that no plugins or site settings are redirecting URLs containing query strings. You can verify this by appending a parameter, such as ?test, to any URL on your site. If configured correctly, this should either load the same page with the appended query string or return a 404 error, not redirect to another page or remove the query string. Improper handling of query strings can interfere with CheckView’s ability to test forms and other site functionalities effectively.