Hi @ironikus ,
thanks for the answer. I didn’t mention it, but yes, i use Contact Forms 7 and WP Hebhook (+contact form wp webhook integration).
Let me detail the perfect use case : a newsletter form.
My client give is email adresse, contact forms 7 send the data to my endpoint which control if the email is disposable or if the email already exist in my database.
If so, my endpoint script will return an erreur and a detail message that i want to display.
Actually, when my client insert his email, contact forms 7 display a “Message sent, thank you….” without check if my endpoint return a good or wrong response.
Regards