+ 1
FORMS | NEED HELP
Hello guys, I want to make a form(with HTML), but I do not know how to do it to send it to my email NEED HELP
2 Respuestas
+ 5
I write you an example: https://code.sololearn.com/W462919Ld2m7/#
You need to use "mailto:" followed by the email adress in the "action" attribute of the <form> tag...
By the way, the email isn't sendig directly: the behaviour of the "mailto:" action is to open user mailer with fields pre-filled ( so, the user can cancel the shipment ^^ )
+ 3
thanks