0

My send button Is not working...plz help me

<form method="get" action="mailto:Nishchitrao5@gmail.com "> Name:<input type="text" name"Name"/><br/> E-mail:<input type="email" name="Email"/><br/> <input type="submit" value="send"/><br/> </form>

2nd Feb 2018, 6:40 PM
Nishchit Rao
Nishchit Rao - avatar
4 Respuestas
+ 2
Should it be "post" instead of "get"?
2nd Feb 2018, 9:48 PM
Memphis Reigns
Memphis Reigns - avatar
0
I tried it on my PC... but it doesn't work..
2nd Feb 2018, 7:04 PM
Nishchit Rao
Nishchit Rao - avatar
0
perhaps you should replace <input type="submit" ... with <button type="submit"...
2nd Feb 2018, 7:05 PM
Jan Ranostaj
Jan Ranostaj - avatar
0
yes... finally opened... but it send a blank message rather than form info
2nd Feb 2018, 8:15 PM
Nishchit Rao
Nishchit Rao - avatar