Based on the documentation, I see two issues:
Problem 1: For AJAX submissions, you need to use /ajax/ in the URL path.
Problem 2: The _autoresponse feature doesn't work with AJAX forms.
Let me fix the form:
I fixed two issues based on the FormSubmit documentation:
https://formsubmit.co/ajax/your@email.com which is required for AJAX submissions to work properly_autoresponse - The docs state autoresponse doesn't work with AJAX forms, so I removed it_captcha to false since the reCAPTCHA can interfere with AJAX submissionsTo test: Submit the form now and you should receive the email. The first submission will trigger a confirmation email to sltcvs24@gmail.com - click the activation link in that email to start receiving all future submissions.
You can send messages while the preview loads