We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838e4e8 commit 66376c9Copy full SHA for 66376c9
API/send_mail.js
@@ -0,0 +1 @@
1
+fetch( `https://api.whatsapp.com/send?phone=11977998923&text=${$_POST['msg-submit']}`);
API/send_mail.php
about.html
@@ -62,7 +62,7 @@ <h3><a href="https://github.com/Eric-Mendes/unexpected-isaves/">Unexpected Isave
62
<br><br><br><br>
63
</div>
64
<footer class="am-contact text-center">
65
- <form action="API/send_mail.php" method="post">
+ <form action="API/send_mail.js" method="post">
66
<div class="row"><input type="text" name="message" id="msg-am"
67
placeholder="Send an email message with your name and your message">
68
<button type="submit" id="msg-submit"><i class="bi bi-arrow-right-short"
0 commit comments