What do I do when someone entered form data by clicking on the button that gave the information to my email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What do I do when someone entered form data by clicking on the button that gave the information to my email?

????

16th Nov 2016, 4:17 PM
jwjsh
2 Answers
+ 3
The <a href="maito:mail@example.com">Is still function 'coz that is what am using in my website
18th Nov 2016, 8:08 PM
Shamsuddeen Omacy
Shamsuddeen Omacy - avatar
+ 1
it's not done in html js and CSS only to use it you need higher languages like a server side languages PHP here you can use method of form to get information by PHP users email name and description and then server using that information will send you email that's how real ones work however there is option in html too use <a mailto = email address> however this method is not used anymore
16th Nov 2016, 4:39 PM
Sandeep Chatterjee