0
If I make a form in html5 the responses of the form should be send to my email itself. So what should I do
2 Respostas
+ 1
The form has to call a script ('action') which does the mailing. Depends on the other technologies you use and on the available mailing tools.
0
Vishnu Naveen Nair 🙋hi..
I tink you should use mail() function in php to send data from <form> to your email addres ...