Skip to content

Vt7*: Webforms captcha validation is all messed up

  1. 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
  2. There are sone captcha site keys already hardcoded in the CheckCaptcha action
  3. The keys have to be defined in 2 places! config.captcha.php and also in CheckCaptcha action.
  4. Needs an upgrade to recaptcha v2
  5. There should be setting page where the user can input the keys, it is difficult for a non-technical user to edit files