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 am using this gem in my app in 2 different locations.
One of them works perfectly this is inside a form_for type.
The other one does not work for me - params["g-recaptcha-response"] returns empty and verify_recaptcha returns false. This is a form_tag type. Anything I can try to fix this issue? Is it really connected to the form_tag or it might be something else? I tried to debug it this is the only difference between the 2 locations I am using recaptcha.
The text was updated successfully, but these errors were encountered:
I am using this gem in my app in 2 different locations.
One of them works perfectly this is inside a form_for type.
The other one does not work for me - params["g-recaptcha-response"] returns empty and verify_recaptcha returns false. This is a form_tag type. Anything I can try to fix this issue? Is it really connected to the form_tag or it might be something else? I tried to debug it this is the only difference between the 2 locations I am using recaptcha.
The text was updated successfully, but these errors were encountered: