Sergey Mitroshin
Sergey Mitroshin
Hi @chrisbliss18. The code looks good, and everything works perfectly. I'm only worried that `connectionVerificationErrors` might imply that the errors come from some verification process, while the those are "verified"...
It's been a over a year since the issue was brought up, and a lot have changed since then. WordPress now requires PHP 5.6 or higher, and the short echo...
I replaced `return true` with `return false` as instructed, and couldn't get the form to display. Clicking the button sends a request to `jetpack/v4/module/contact-form/active`, which returns the "was activated" response,...
The code looks reasonable, but I didn't find a way to test it either. I'm wondering about passing that deprecated class to the feedback post type [here](https://github.com/Automattic/jetpack/blob/a244c2791cbe5b2a213016ebba34aa90832cc341/projects/plugins/jetpack/modules/contact-form/grunion-contact-form.php#L370), should we replace...