How to set up contact form in html to send data to mail? I found a lot of options via php but I wonder how to implement it in the sololear code that I type in code playground?
10/23/2018 7:59:31 PM
Marko Jovanovic7 Answers
New AnswerMarko Jovanović ✔️ the playground will not or should not let you and but i do have a few examples https://code.sololearn.com/WS4qKj2cK68t/?ref=app https://code.sololearn.com/W1irvnN9d7Lj/?ref=app https://code.sololearn.com/WzXDZ12mlAZA/?ref=app https://code.sololearn.com/WqRhA2WPChyk/?ref=app
I tried everything and gave up, now we have private messages on SoloLearn, and PHP I have to go over again, I have not used it for a long time.
Check this out: https://stackoverflow.com/questions/24026898/how-to-send-an-email-using-only-html5-and-css
To do this, create a form using HTML and CSS. To handle the form use PHP. To send mail, use PHP mail() function.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message