File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,13 +62,19 @@ <h3><a href="https://github.com/Eric-Mendes/unexpected-isaves/">Unexpected Isave
62
62
< br > < br > < br > < br >
63
63
</ div >
64
64
< footer class ="am-contact text-center ">
65
- < 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 "
69
- style ="font-size: 30px; "> </ i > </ button >
70
- </ div >
71
- </ form >
65
+
66
+ < script >
67
+ function sendMessage ( ) {
68
+ var message = document . getElementById ( "msg-am" ) . value ;
69
+ window . location = "https://api.whatsapp.com/send?phone=11977998923&message=" + message ;
70
+ }
71
+ </ script >
72
+
73
+ < div class ="row ">
74
+ < input type ="text " name ="message " id ="msg-am "
75
+ placeholder ="Send an email message with your name and your message ">
76
+ < button id ="msg-submit "> < i class ="bi bi-arrow-right-short " style ="font-size: 30px; " onclick ="sendMessage() "> </ i > </ button >
77
+ </ div >
72
78
</ footer >
73
79
</ body >
74
80
You can’t perform that action at this time.
0 commit comments