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>
4 odpowiedzi
+ 2
Should it be "post" instead of "get"?
0
I tried it on my PC... but it doesn't work..
0
perhaps you should replace <input type="submit" ... with <button type="submit"...
0
yes... finally opened... but it send a blank message rather than form info