Customize OOB form widget to send Captcha to Server side script
Hi All,I am customizing OOB form widget to include google captcha. In client controller, OOB uses $scope.submitting = true; which then send data to server. How can we include the google captcha response to the server so I can validate it? Thanks!
