Without PHP is it possible to make a form(by only using HTML5) that will submit form data to email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Without PHP is it possible to make a form(by only using HTML5) that will submit form data to email?

29th Jun 2016, 3:20 PM
Satyadipan Maiti
Satyadipan Maiti - avatar
5 Answers
+ 2
This should work <form action="mailto:admin@example.com" enctype="text/plain"method="post">
29th Jun 2016, 4:36 PM
Daniel Chukwuji
Daniel Chukwuji - avatar
+ 1
if it works then I will make a fake copy of Facebook login page and hack the account... simple and easy... but can any one suggest me how to make a fake money transfer ??
29th Jun 2016, 6:16 PM
Røhit Yadav
Røhit Yadav - avatar
0
Yes. I have read that somewhere before. Would get back to you with it.
29th Jun 2016, 4:24 PM
Daniel Chukwuji
Daniel Chukwuji - avatar
0
if you want to send your data directly to the email with out the permission of user , you should change the language , html5 couldn't do so...
30th Jun 2016, 5:54 AM
Røhit Yadav
Røhit Yadav - avatar
0
Yes, Rohit, that's true. When the you click on submit, it would first request for permission from you to send.
30th Jun 2016, 6:13 AM
Daniel Chukwuji
Daniel Chukwuji - avatar