Ahamed Alavi
Ahamed Alavi

Reputation: 71

Recaptcha V3 invalid action Name

Guys im getting this error only in few pages in laravel which contains dynamically generated Urls... recaptcha__en.js:161 Invalid action name, may only include "A-Za-z/_". Do not include user-specific information.

anyone have an idea to solve this???

Upvotes: 1

Views: 1867

Answers (1)

Ahamed Alavi
Ahamed Alavi

Reputation: 71

The official Re-Captcha documentation says if the URL contains a "-" (dash), the reCaptcha wont work and they have added the dash to a set of attributes to refrain from using in the URL in order to work with reCaptcha.. i have added a new plugin called mathCaptcha to work with that certain form...its easy to implement and configure

Upvotes: 4

Related Questions