Is it possible to make form that send information to respected email address? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to make form that send information to respected email address?

i know it is possible wht php? but anyone have idea without using php😀

22nd Sep 2018, 11:42 AM
Prasoon Kushwaha
Prasoon Kushwaha - avatar
5 Answers
+ 2
Use emailjs
22nd Sep 2018, 11:48 AM
Calviղ
Calviղ - avatar
+ 1
<form action="mailto:you@yourdmainhere.com" method="post" enctype="text/plain" > FirstName:<input type="text" name="FirstName"> Email:<input type="text" name="Email"> <input type="submit" name="submit" value="Submit"> </form>
22nd Sep 2018, 4:56 PM
Prasoon Kushwaha
Prasoon Kushwaha - avatar
+ 1
Calviղ will it work
22nd Sep 2018, 4:56 PM
Prasoon Kushwaha
Prasoon Kushwaha - avatar
+ 1
No, mailto cannot use in action attribute, it's for anchor link only.
22nd Sep 2018, 11:35 PM
Calviղ
Calviղ - avatar
23rd Sep 2018, 1:04 AM
Prasoon Kushwaha
Prasoon Kushwaha - avatar