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
Or is there any way I can manually toggle the validation for the recaptcha inside vue? Then I could run the reCaptcha validation after my vue validation
The text was updated successfully, but these errors were encountered:
In order for me to prevent the form from being posted before validated I have to use the
_beforeSubmit()
function.But how can I implement it in Vue.js? I am using the vee-validate lib for validating but I am now sure how I should use beforeSubmit with it.
Works fine in a vanilla js file, but how should I implement it in my vue.js file?
Or is there any way I can manually toggle the validation for the recaptcha inside vue? Then I could run the reCaptcha validation after my vue validation
The text was updated successfully, but these errors were encountered: