Join team

From Redazione
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.

Your first and last name Your contact Your skills either in customer support, programming, design, or system administration. To find out more about the technology we use, check this page
form protected using Google recaptcha