You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a form has been marked 'ajax' with a class. It seems you can no longer validate it with a on('submit') handler if the eldarion-ajax handler attached first.
The on submit handler still runs but by that time eldarion-ajax has already submitted the from. So returning false of event.preventDefault is of no use to stop it.
Maybe a data attribute with a javacsript function to run to validate first?
The text was updated successfully, but these errors were encountered:
If a form has been marked 'ajax' with a class. It seems you can no longer validate it with a on('submit') handler if the eldarion-ajax handler attached first.
The on submit handler still runs but by that time eldarion-ajax has already submitted the from. So returning false of event.preventDefault is of no use to stop it.
Maybe a data attribute with a javacsript function to run to validate first?
The text was updated successfully, but these errors were encountered: