A
A
Artyom2015-10-29 12:07:56
JavaScript
Artyom, 2015-10-29 12:07:56

Why is the form clearing not working?

Имеется форма обратной связи такого вида. Тестировал на XAMPP.

Самый первый вопрос, почему на localhost AJAX очищает форму после отправки, а на живом сервере нет?

Как сделать, чтобы после успешной отправки кнопка стала неактивной? Так понимаю как-то аналогично этому? $('#button').text('ОТПРАВЛЕНО');

Цвет текста кнопки, после нажатия становится серым. Правило :active не срабатывает?
2p9wfTm.png

При нажатии на submit, как вывести сообщение, что пользователь не нажал на каптчу?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Skorik, 2015-10-29
@Omutik

An inactive button can be done like this:
And change true to false to activate it again.

A
Andrew, 2015-10-29
@R0dger

Did Ajax work exactly? whether an error has occurred, etc.
about the message, see form validation. There was a related thread a day or two ago.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question