By default, Flamingo stores Contact Form 7 submissions in the status of ‘spam’, ‘mail_sent’, and ‘mail_failed’ (I guess your “incomplete forms” fall in the ‘mail_failed’ status). You can customize this with the wpcf7_flamingo_submit_if filter hook.
ok I think that works
Just to clarify when someone presses the submit button and they get a form error because they forgot to fill out all the form fields that attempt can still be saved in the database?
Is that correct?
In that case the submission will fall in the validation_failed status. Flamingo doesn’t save data in the status by default.
Thank you.
I think that’s all I need.