contributte / reCAPTCHA

:bangbang: Google reCAPTCHA (security) for Nette Framework \ Forms
https://contributte.org/packages/contributte/reCAPTCHA.html
MIT License
40 stars 28 forks source link

Nette\Forms\Container::getValues() invoked but the form is not valid #53

Closed otoman closed 3 years ago

otoman commented 3 years ago

Nette Forms 3.1.3 with onValidate callback ($form->getValues()) ends with error. tracy

Nette Forms 3.0.7 works fine...

f3l1x commented 3 years ago

There is something new in nette/forms 3.1. Just use nette/form < 3.1 for now.

otoman commented 3 years ago

Ok :)