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
I'm using a logout link and targeting via jquery. $('#logout')
However on my contact page I am using this recaptcha on the contact form.
It will not let me post to my logout route with the hidden logout form unless recaptcha is check in the checkout form. Is it looking for all forms? can I choose which form to target?
The text was updated successfully, but these errors were encountered:
I'm using a logout link and targeting via jquery. $('#logout')
However on my contact page I am using this recaptcha on the contact form.
It will not let me post to my logout route with the hidden logout form unless recaptcha is check in the checkout form. Is it looking for all forms? can I choose which form to target?
The text was updated successfully, but these errors were encountered: