Feature #3672
closedForce captcha on existing contact forms
0%
Description
IT pointed out that spam is still being sent through contact forms on the Commons; here is one example: http://humanshell.net/contact/
Regarding our work on http://redmine.gc.cuny.edu/issues/3520 , did that add CAPTCHAs to already-existing forms or force them into newly created forms? If the latter, can we try to force CAPTCHAs onto existing forms?
Related issues
Updated by Boone Gorges over 8 years ago
- Status changed from Assigned to Resolved
- Target version set to 1.7.4
This doesn't have anything to do with existing vs new forms. The problem is that the most recent upgrade to Contact Form 7 made certain object properties (like `$form->form`) inaccessible by direct reference. Had to switch over to their getter/setter methods. https://github.com/cuny-academic-commons/cac/commit/bf51042a2aca517626612d729854a94b7a910f79
This fix will be included in the next release, and is also up as a hotfix.
Updated by Raymond Hoh over 5 years ago
- Related to Bug #8779: CF7 Not Working added