Actions
Bug #7931
closedreCaptcha Invisible triggering form validation on step by step access
Description
When used in step by step registration layout form validation is triggered on the step that the captcha is on when accessing that step. This does not break the step or the captcha, but does prematurely show validation errors.
Updated by krileon over 4 years ago
This is due to the cbvalidate.validate JS event firing when the previous tab is being validated. The JS for reCaptcha Invisible should probably only be acting on form submit validation and not tab pane validation.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is a 2 part fix. First part is fixed in CB AntiSpam with the second being #7935
Actions