Skip to content

Commit

Permalink
Fix for support more forms on page
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vince committed Dec 19, 2022
1 parent dd55d2d commit a2285cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/smallcontactform/scf-form.htm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

var formRecaptchaObject = document.getElementById('g-recaptcha-{{ __SELF__.alias }}');

grecaptcha.execute(formRecaptchaObject);
grecaptcha.execute();

});
{% endif %}
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,6 @@
1.59.0:
- Simplified recapchta code
1.59.1:
- Updated recaptcha invisible to support more forms on page
- Updated recaptcha invisible to support more forms on page
1.59.2:
- Fix for support more forms on page

0 comments on commit a2285cc

Please sign in to comment.