You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is it possible to use this extension with the standalone Nette\Forms? Without the whole framework.
I installed it via composer and tried adding it like
But I get an error: Exception: Call to undefined method Nette\Forms\Form::addReCaptcha(). (in /DATA/htdocs/vendor/nette/utils/src/Utils/ObjectMixin.php line 70)
Hello, is it possible to use this extension with the standalone Nette\Forms? Without the whole framework.
I installed it via composer and tried adding it like
But I get an error: Exception: Call to undefined method Nette\Forms\Form::addReCaptcha(). (in /DATA/htdocs/vendor/nette/utils/src/Utils/ObjectMixin.php line 70)
my composer devs:
actual PHP version is 5.7
Without adding recaptcha my form is working fine.
The text was updated successfully, but these errors were encountered: