Sending form with ajax recaptchaSending form with ajax recaptcha
Hello,Is it possible to send a form via ajax when the form also has a recaptcha? $.ajax({ type: ‘POST’, url: ‘https://api.hsforms.com/submissions/v3/integration/submit/******/******-*****-*****’, data: JSON.stringify(data), dataType: ‘json’, contentType: ‘application/json’, success: function(_data) {