Beschreibung
Contact Form 7 kann zahlreiche Kontaktformulare verwalten und du kannst das Formular und E-Mail-Inhalte flexibel mit einfachem Markup anpassen. Das Formular erlaubt Ajax-unterstütztes Senden, CAPTCHA, Akismet Spam-Filterung und so weiter.
Doku und Support
Du findest eine Dokumentation (engl.), FAQ und weitere detaillierte Informationen über Contact Form 7 auf contactform7.com. Wenn du in der Dokumentation oder den FAQ eine Antwort auf deine Frage vermisst, solltest du im Support-Forum auf WordPress.org nachsehen. Wenn du keine Themen findest, die zu deiner bestimmten Frage passen, erstelle bitte dazu einen neuen Thread.
Contact Form 7 braucht deine Unterstützung
Es ist schwierig, die Entwicklung und den Support für dieses kostenlose Plugin ohne die Unterstützung von Benutzern wie dir fortzusetzen. Wenn dir die Verwendung von Contact Form 7 zusagt und Freude bereitet, denke bitte über eine Spende nach. Deine Spende trägt zur fortlaufenden Entwicklung und einem besserem Support bei.
Datenschutzhinweise
Das Plugin tut in der Standardkonfiguration folgendes nicht:
- Benutzer heimlich verfolgen;
- alle persönlichen Benutzerdaten in die Datenbank schreiben;
- alle/beliebige Daten an externe Server senden;
- Cookies benutzen.
Wenn du bestimmte Funktionen in diesem Plugin aktivierst, können die persönlichen Daten des Kontaktformulars, einschließlich der IP-Adresse, an den Dienstanbieter gesendet werden. Es wird daher empfohlen, die Datenschutzerklärung des Anbieters zu bestätigen. Zu diesen Funktionen gehören:
- reCAPTCHA (Google)
- Akismet (Automattic)
- Constant Contact (Endurance International Group)
Empfohlene Plugins
Die folgenden Plugins werden Benutzern von Contact Form 7 empfohlen:
- Flamingo by Takayuki Miyoshi – Mit Flamingo kannst du Nachrichten, welche über Kontaktformulare versendet wurden, in die Datenbank speichern.
- Bogo von Takayuki Miyoshi – Bogo ist ein einfaches Plugin für mehrsprachige Seiten, das keine Kopfschmerzen verursacht.
Übersetzungen
Du kannst Contact Form 7 übersetzen auf translate.wordpress.org.
Blöcke
Dieses Plugin unterstützt 1 Block.
- Contact Form 7
Installation
- Lade den kompletten
contact-form-7
Ordner in dein/wp-content/plugins/
Verzeichnis. - Aktiviere das Plugin über die Plugins-Seite (Plugins > Installierte Plugins).
Du findest das Menü Kontakt in deinem WordPress-Administrationsbereich.
Informationen zur grundlegenden Handhabung findest du auch auf der Plugin-Website (engl.).
FAQ
Hast du Fragen zu oder Schwierigkeiten mit Contact Form 7? Nutze entsprechend die folgenden Unterstützungs-Angebote.
Rezensionen
Mitwirkende & Entwickler
„Contact Form 7“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Contact Form 7“ wurde in 62 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Contact Form 7“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
Weitere Informationen unter Releases (engl.).
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
.