+ 1
Form with the action of sending the message to email?
Could you share some code or link?
1 Resposta
+ 3
I use this method.
window.location = "mailto:YOUR_EMAIL&subjec=feedback&message="+document.querySelector("MESSAGE_BOX").value
Could you share some code or link?