Form submit input verif works but workflow not triggered

I built a form with submit button referencing a form by its id.

Once I click on the submit button, the native data validation is working on the form

Capture d’écran 2023-12-05 à 11.27.33

But when all validation are ok, the form workflow that have to be triggered “on Submit” is not submitted (no logs, no executions)

I can’t find any way to debug this with weweb editor, any advice ?

The form workflow

Capture d’écran 2023-12-05 à 11.29.36

In fact, I also tested to put the form submit button directly into the form and the workflow is also not triggered :

Capture d’écran 2023-12-05 à 11.50.11

Have you det the button type to Submit button? First option in the settings

Yes off course, I found the problem during meeting. I’m pretty sure I will not be the only one to meet this :

To have a better view of weweb tool, I set chrome zoom to 75%, and it seems that bellow 80% chrome stop showing data validation popup… that was just this, this is why there were nothing to explore and debug.