Join team link
Jump to navigation
Jump to search
| Line 99: | Line 99: | ||
</div> | </div> | ||
</div> | </div> | ||
| + | <script> | ||
| + | |||
| + | |||
| + | grecaptcha.ready(function() { | ||
| + | // do request for recaptcha token | ||
| + | // response is promise with passed token | ||
| + | grecaptcha.execute('6Lc8y-IZAAAAAD4nmEYqOS-0rbgFc0C20nihrKI6', {action:'validate_captcha'}) | ||
| + | .then(function(token) { | ||
| + | // add token value to form | ||
| + | document.getElementById('g-recaptcha-response').value = token; | ||
| + | }); | ||
| + | }); | ||
| + | |||
| + | |||
| + | </script> | ||
</html> | </html> | ||
Revision as of 12:21, 28 November 2020
If you want to participate with the maintenance, management and/or development of this platform just fill in the form below and we will contact you promptly.