gwenael.dunand
New Member
Hello world !
I'm using an elementor form that triggers a webhook. This webhook is a Python script that I wrote using Flask, apache2 and WSGI.
Everything works fine but I want to improve error handling. Indeed, in my webhook I check all fields and sometimes one of the fields is wrong, or not complete. I want to indicate an error message to the browser showing precisely what's wrong.
But so far I'm only able to return 401 and Elementor shows a red cross indicating the error but no message is displayed.
Any idea how to do this ?
I'm using an elementor form that triggers a webhook. This webhook is a Python script that I wrote using Flask, apache2 and WSGI.
Everything works fine but I want to improve error handling. Indeed, in my webhook I check all fields and sometimes one of the fields is wrong, or not complete. I want to indicate an error message to the browser showing precisely what's wrong.
But so far I'm only able to return 401 and Elementor shows a red cross indicating the error but no message is displayed.
Any idea how to do this ?