Описание
Contact Form 7 может управлять многочисленными контактными формами, где вы можете гибко настраивать содержимое форм и почты с достаточно простой разметкой. Формы имеют встроенную поддержку Ajax отправки, CAPTCHA, спам фильтра Akismet и не только.
Документация и поддержка
You can find docs, FAQ and more detailed information about Contact Form 7 on contactform7.com. When you can’t find the answer to your question on the FAQ or in any of the documentation, check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.
Contact Form 7 needs your support
It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.
Уведомление о конфиденциальности
В стандартной конфигурации, данный плагин сам не будет:
- следить тайно за пользователями;
- записывать никакие персональные данные пользователя в базу данных;
- отправлять никакие данные на внешние серверы;
- использовать куки.
При активации некоторых функций данного плагина, персональные данные пользователей, заполняющих контактные формы, включая их IP адреса, могут быть отправлены провайдеру услуг. Поэтому рекомендуется принятие политики обработки персональных данных провайдера. Список таких функций включает в себя:
- reCAPTCHA (Google)
- Akismet (Automattic)
- Постоянный контакт: Endurance International Group.
Recommended plugins
Следующие плагины рекомендуются для пользователей Contact Form 7:
- Flamingo от Takayuki Miyoshi — С Flamingo, вы можете сохранить в базе данных сообщения, отправленные через контактные формы.
- Bogo от Takayuki Miyoshi — Bogo это самый настоящий мультиязычный плагин, который не добавляет головной боли.
Переводы
You can translate Contact Form 7 on translate.wordpress.org.
Блоки
Этот плагин предоставляет 1 блок.
- Contact Form 7
Установка
- Загрузите всю папку
contact-form-7
в директорию/wp-content/plugins/
. - Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
You will find Contact menu in your WordPress admin screen.
For basic usage, have a look at the plugin’s website.
Часто задаваемые вопросы
У Вас есть какие-либо вопросы или проблемы с Contact Form 7? Используйте эти каналы поддержки.
Отзывы
Участники и разработчики
«Contact Form 7» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Contact Form 7» переведён на 62 языка. Благодарим переводчиков за их работу.
Перевести «Contact Form 7» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
Для получения дополнительной информации смотрите Релизы.
5.3.2
- Removes control, separator, and other types of special characters from filename to fix the unrestricted file upload vulnerability issue.
- Akismet: Sets ISO 8601 date/time format for the
comment_date_gmt
parameter.
5.3.1
- Flamingo: Passes the
last_contacted
parameter based on the submission timestamp.
5.3
- Block Editor: Introduces the contact form selector block type.
- Renames the ‘images’ directory to ‘assets’.
- New filter hook:
wpcf7_form_tag_date_option
. - Date: Makes all DateTime date formats available for
min
andmax
options. - Date: Converts the default value to Y-m-d date format string.
- Disallowed list: Deprecates the
wpcf7_submission_is_blacklisted
filter hook in favor ofwpcf7_submission_has_disallowed_words
. - Accessibility: Sets the
aria-describedby
attribute for invalid fields. - Default form template: Removes the «(required)» labels from required fields. Adds «(optional)» to optional fields instead.
- Default mail template: Uses site-related special mail-tags.
5.2.2
- Fixed: A REST API call aborted with a PHP fatal error when the
WPCF7_USE_PIPE
constant value was false. - Introduces the
wpcf7_doing_it_wrong()
function. - Sets the
trigger_error()
function’s$error_type
parameter explicitly. - Makes the
wpcf7_special_mail_tags
filter functions’$mail_tag
parameter optional.
5.2.1
- Makes the [contact-form-7 404 «Not Found»] message localizable.
- REST API: Adds the
permission_callback
argument to every endpoint definition. - Flamingo: Uses
id()
instead ofid
, if available. - Fixed: The
free_text
option did not work correctly with theexclusive
option. - Applies
wpcf7_mail_tag_replaced
filters even when the$posted_data
is null. - Adds custom mail-tag replacement for quiz fields.
- Admin: Updates the date column format in the list table.
5.2
- Submission: Introduces the
$posted_data_hash
and$skip_spam_check
properties. - Submission: Introduces the
wpcf7_skip_spam_check
filter hook. - Contact form: Introduces the
pref()
method. - REST API: Adds parsed form-tags data to the response.
- REST API: Deprecates the
wpcf7_ajax_json_echo
andwpcf7_ajax_onload
filter hooks and introduces thewpcf7_feedback_response
andwpcf7_refill_response
filter hooks as alternatives. - Frontend CSS: Style rules for the response output refer to the
form
element’sclass
attribute. - Frontend JavaScript: Abolishes the use of jQuery events.
- reCAPTCHA: Moves script code to a separate file.
- reCAPTCHA: Changes the name of the field for reCAPTCHA response token from
g-recaptcha-response
to_wpcf7_recaptcha_response
.