Hi,
I have a submit button whose processing of its click event I want to interrupt with javascript, on a certain condition. How can I do this?
event.preventDefault(); does not work.
Thanks a lot
Martin
Hi,
I have a submit button whose processing of its click event I want to interrupt with javascript, on a certain condition. How can I do this?
event.preventDefault(); does not work.
Thanks a lot
Martin
Hi Martin,
We do not have the functionality to block the click event.
However, you can try doing the below tasks to achieve the use-case that you want.