I’m using Bubble’s own ReCaptcha pluggin for google ReCaptcha V2. It works mostly fine, however I have an issue.
I check the ReCaptcha, I pass, the elements variable “is checked” becomes “yes”
I sit on the page for a period and the ReCaptcha expires, becoming unchecked.
The ReCaptcha’s element’s “is checked” variable does not become “no” in response to this.
Currently I’m using a workflow triggered by the condition “ReCaptchas Is Checked is yes” becoming true. The actions will unhide the “next” button blocking progress. I would love to have another workflow that triggers when the recaptcha becomes unchecked to hide the next button.
The element supporting the “value changed” workflow event would be great too.