Hello @hasse2016
I noticed a bug that I was able to trace back to the 4.8.1 update specifically. All form submissions were being collected successfully by Flamingo right up until I applied the update on 27th July. Then, all of a sudden, form submissions stopped being collected.
I did a little digging and noticed that the Chrome error console was reporting the following issue after loading a page with a CF7 form:
Failed to load resource: the server responded with a status of 404 ()
/wp-json/contact-form-7/v1contact-form-7/v1/contact-forms/<form_id>/refill
After trying to submit a form, an additional 404 error occurs on the following URL —
https://domain.com/wp-json/contact-form-7/v1contact-form-7/v1/contact-forms/<form_id>/feedback
Both these URLs are mangled. They should take the following form (note the ‘/v1/’ where the slash was missing before —
https://domain.com/wp-json/contact-form-7/v1/contact-forms/<form_id>/feedback
I managed to trace the issue back to CloudFlare. To fix it I switched off RocketLoader then purged the following file from the cache (under ‘Caching’ –> ‘Purge Individual Files’):
https://domain.com/wp-content/plugins/contact-form-7/includes/js/scripts.js
Finally, I also then cleared the site page cache and reloaded the page. Voilà!
Hope this helps you get to the bottom of the issue ??