Hi Weweb community,
-
I’ve created a form called “New directory form” and placed it on a modal.
-
Then I tried to trigger the “form submit” by “on click” event of a “Continue” button. The button is placed outside of the form.
-
As a result, I expected that all my actions inside “On submit” form event would be executed, but none of them were.
Sorry for the large screenshot, I was able to upload only one file.
Am I doing something wrong?
There’s no specific case I want to implement. I know that I can achieve the desired result by using “Submit button” type inside the form. Just trying to understand the form submit behavior in order to know all the capabilities and to know what to expect