What is the code for creating submit button that sends the contact form to my email address | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the code for creating submit button that sends the contact form to my email address

HTML code https://code.sololearn.com/Wn4m0xHzTLD9/?ref=app

15th Apr 2019, 6:08 PM
Scop Kariah
Scop Kariah - avatar
5 Answers
+ 3
Using javaScript, you cant send email.
15th Apr 2019, 6:13 PM
Sarthak Pokhrel
Sarthak Pokhrel - avatar
+ 4
Use langs like PHP,ASP,JAVA,PYTHON,... to send email. NOTE: Not possible in Sololearn.
15th Apr 2019, 6:28 PM
Sarthak Pokhrel
Sarthak Pokhrel - avatar
+ 1
Well can you help me with the codes
15th Apr 2019, 6:37 PM
Scop Kariah
Scop Kariah - avatar
+ 1
Here’s the documentation for mailing with PHP: https://www.php.net/manual/en/function.mail.php
15th Apr 2019, 6:52 PM
Victor Andersson
Victor Andersson - avatar
+ 1
Thanks
15th Apr 2019, 6:54 PM
Scop Kariah
Scop Kariah - avatar