Vt7*: Webforms captcha validation is all messed up
- shouldn't be the action CheckCaptcha in the modules/Webforms , instead of Settings/Webforms. It opens up 2 locations to public modules/Webforms/Capture.php and also modules/Settings/Webforms/actions/CheckCaptcha.php
- There are sone captcha site keys already hardcoded in the CheckCaptcha action
- The keys have to be defined in 2 places! config.captcha.php and also in CheckCaptcha action.
- Needs an upgrade to recaptcha v2
- There should be setting page where the user can input the keys, it is difficult for a non-technical user to edit files