M
M
Mark Tven2014-07-13 07:23:33
PHP
Mark Tven, 2014-07-13 07:23:33

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.
08343c50dc5640c28de3b0a9f0c62cdf.png
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

3 answer(s)
D
Dmitry, 2014-07-13
@dimsog

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.

M
Mark Tven, 2014-07-14
@Marktven

@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

A
Andrey Golumenov, 2014-07-14
@Golumenov

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 question

Ask a Question

731 491 924 answers to any question