Felipe Raphael
Results
1
issues of
Felipe Raphael
How can I use _autoresponse without _captcha with AJAX? ` fetch("https://formsubmit.co/ajax/[email protected]", { method: "POST", headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' }, body: JSON.stringify({ name: inputText.value, email: inputEmail.value, subject: inputSubject.value, message:...