Skip to content

Commit 66376c9

Browse files
author
henrique-css
committed
main
1 parent 838e4e8 commit 66376c9

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

API/send_mail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fetch( `https://api.whatsapp.com/send?phone=11977998923&text=${$_POST['msg-submit']}`);

API/send_mail.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h3><a href="https://github.com/Eric-Mendes/unexpected-isaves/">Unexpected Isave
6262
<br><br><br><br>
6363
</div>
6464
<footer class="am-contact text-center">
65-
<form action="API/send_mail.php" method="post">
65+
<form action="API/send_mail.js" method="post">
6666
<div class="row"><input type="text" name="message" id="msg-am"
6767
placeholder="Send an email message with your name and your message">
6868
<button type="submit" id="msg-submit"><i class="bi bi-arrow-right-short"

0 commit comments

Comments
 (0)