diff --git a/assets/js/hcaptcha-nf.js b/assets/js/hcaptcha-nf.js index b9949ddd..71ba3ef3 100644 --- a/assets/js/hcaptcha-nf.js +++ b/assets/js/hcaptcha-nf.js @@ -49,7 +49,7 @@ document.addEventListener( 'DOMContentLoaded', function() { '.h-captcha[data-fieldId="' + fieldId + '"] textarea[name="h-captcha-response"]' ); - model.set( 'value', hcapResponse ); + model.set( 'value', hcapResponse.value ); } }, } ); diff --git a/readme.txt b/readme.txt index 8bc5c2a7..16988e5d 100644 --- a/readme.txt +++ b/readme.txt @@ -574,6 +574,7 @@ Instructions for popular native integrations are below: * Added compatibility with WordPress Recovery Mode. * Added compatibility with Akismet tag in Contact Form 7. * Fixed racing condition when loading hCaptcha API. +* Fixed problem with sending a Ninja form with solved hCaptcha. * Fixed non-active hCaptcha when editing a page containing a Forminator form. * Fixed launching notifications script on every admin page.