D
D
Denis Vasiliev2014-11-09 17:54:16
PHP
Denis Vasiliev, 2014-11-09 17:54:16

Feedback form with ID assignment?

Maybe someone met a similar implementation? feedback form, it has standard fields (name phone email), and a drop-down list with the topics of the appeal. The user receives a letter with an id and a subject.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Vasiliev, 2014-11-09
@good_job

a form with the subject of the question is obtained) a complaint, for example, gratitude, etc. finally found the words..

D
Deodatuss, 2014-11-09
@Deodatuss

So what do you need? getting a specific unique id? or the dropdown implementation? Well, here's the dropdown list:

<select id="topic">
  <option value="error">Ошибка сайта</option>
  <option value="order">Заказ услуг и товаров</option>
  <option value="other">Другая тема</option>
</select>

Well, on the server this message is stored in the database and an ID is assigned to it, after that the message is sent by mail (there are a lot of examples of sending it to the mail).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question