Email will not send when form is filled out on IOS device #17
Replies: 1 comment 5 replies
-
Well, why did you comment out part of the code? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a django app, which send an email when a form is submitted. the email send as intended when I fill out and submit the form on an android device or desktop, but does not send the email when the form is submitted on an ipad.
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>I've pasted in my JS which sends the mail, is there any tweaks that need to be made to suit IOS?
I'm a relatively dev so apologies if I'm asking something which has an obvious answer!
Beta Was this translation helpful? Give feedback.
All reactions