+ 17
Contact form
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?
7 Réponses
+ 8
Marko 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
+ 12
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.
+ 4
You can use Node.js to send mail in the background
+ 3
To do this, create a form using HTML and CSS. To handle the form use PHP. To send mail, use PHP mail() function.
+ 3
Oh yes
+ 1
hi