How i can submit password and user name to email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i can submit password and user name to email?

how I can make the submit button send the username and the password to my email? when I make ///<form action="xxxxxxmy.emailxxxxxx" method="post"> <input type="txt" name="username" /> <input type="password" name="password"> <input type="submit" value="submit" /> </input> </form>/// I get faild message tell this is not able web site , how I can make the password and user name submitted to my email? (im using html)

11th Nov 2016, 8:58 AM
Khaled
Khaled - avatar
1 Answer
+ 1
You can't do it with html only. html is a markup language, it can't perform actions. Learn javascript and php first.
11th Nov 2016, 1:07 PM
Gleb Golov
Gleb Golov - avatar