Answer the question
In order to leave comments, you need to log in
How to change order form in html source?
the situation is like this.
I have the source code of the site, I redid everything for myself, but I can’t figure out the order form so that when I send the application, it would come to my mail.
this is what the form code looks like now, help me, what to do?
Answer the question
In order to leave comments, you need to log in
You need to send an email using the mail() function in the site.ru/thanks.php file. The data for the letter is stored in the $_POST array. For example, the name is $_POST['name']. This cannot be done from HTML.
@dimsog it's all about this script,
here is the setting of this script, but since I don't know about scripts, I can't figure it out
www.php-s.ru/sendmail/form-to-mail/demo/readme.html
You can also try doing this:
This thing will try to send the form data through the default mailer on the system.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question