Form with the action of sending the message to email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Form with the action of sending the message to email?

Could you share some code or link?

13th Feb 2019, 11:25 AM
Marcy
Marcy - avatar
1 Answer
+ 3
I use this method. window.location = "mailto:YOUR_EMAIL&subjec=feedback&message="+document.querySelector("MESSAGE_BOX").value
13th Feb 2019, 12:56 PM
Seniru
Seniru - avatar