how shuold i create a format to be received to my email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how shuold i create a format to be received to my email?

whem i press a buttom i would like to send to mail.

1st Aug 2016, 4:25 PM
ismarlin santiago chalas martir
ismarlin santiago chalas martir - avatar
3 Answers
+ 1
try this one: <button formaction="mailto:your_mail_here" name="somebutton">Send</button> or you can use in <form> element: <form method="get" action="mailto:your_mail_here"> ... <input type="submit"> </form>
4th Aug 2016, 5:42 PM
Alex Sweetheart
Alex Sweetheart - avatar
0
for that you need to learn php
4th Aug 2016, 4:05 AM
Faizan
Faizan - avatar
0
thanks alex, thats what i need!!
4th Aug 2016, 5:47 PM
ismarlin santiago chalas martir
ismarlin santiago chalas martir - avatar