We wanted to base the message about a failed form submission on the error event, but this also fires when data fields are filled in incorrectly or not at all, not just when something fails during transmission.
Error Event fires incorrectly
Related Post
Webhook retry behaviour on 4xx responsesWebhook retry behaviour on 4xx responses
I have a webhook which returns a variety of 4xx responses for various failures – for example a 404 if the webhook doesn’t match a rule in the handler (ie
AEO Grader Tool – Need More Info about ResultsAEO Grader Tool – Need More Info about Results
The free AEO Grader Tool provided so many fascinating insights. However, I was left with some questions: Is there a timeframe for when the data is collected? For example, the past
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) {