Contact Form 7

Beskrivning

Contact Form 7 kan hantera flera olika kontaktformulär och du kan smidigt göra ändringar i formuläret och e-postmeddelanden med enkla koder. Formuläret har stöd för sändning med hjälp av Ajax, CAPTCHA, filtrering av skräppost via Akismet mm.

Dokument och support

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 behöver din hjälp

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.

Integritetsnotiser

With the default configuration, this plugin, in itself, does not:

  • track users by stealth;
  • write any user personal data to the database;
  • send any data to external servers;
  • använd cookies.

If you activate certain features in this plugin, the contact form submitter’s personal data, including their IP address, may be sent to the service provider. Thus, confirming the provider’s privacy policy is recommended. These features include:

Rekommenderade tillägg

Följande tillägg är rekommenderade för Contact Form 7-användare:

  • Flamingo av Takayuki Miyoshi – Med Flamingo kan du spara meddelanden som skickats via kontaktformulär i databasen.
  • Bogo av Takayuki Miyoshi – Bogo är ett enkelt flerspråkigt tillägg som inte ger dig huvudvärk.

Översättningar

You can översätta Contact Form 7translate.wordpress.org.

Skärmdumpar

  • screenshot-1.png

Block

Detta tillägg erbjuder 1 block.

  • Contact Form 7

Installation

  1. Ladda upp hela katalogen contact-form-7 till kataglogen /wp-content/plugins/.
  2. Aktivera tillägget via sidan Tillägg (Tillägg > Installerade tillägg).

Du hittar menyn Kontakt i din adminpanel för WordPress.

För grundläggande användning kan du ta en titt på tilläggets webbplats.

Vanliga frågor

Har du några frågor eller problem med Contact Form 7? Använd dessa supportkanaler på rätt sätt.

  1. Dokumentation
  2. Vanliga frågor
  3. Supportforum

Support

Recensioner

18 januari, 2021
I have to say that I like this plugin, because I can find/use all varieties of probably needed contact form functions. But at least I also have to say that sometimes the handling is not as intuituve as I know it from other plugins ... or maybe I'm not smart enough for this 😉
10 januari, 2021
If possible I'd rate 0 stars. What a waste of time. When every single message is about how the form does not work, there's a problem. The authors don't seem to care and just tell you to deactivate your theme. What??? Why would I design an entire site around a particular theme only to deactivate so the contact form would work.
2 januari, 2021
It just uses preset plugin shortcodes and raw HTML, but it's really customizable. If you can use HTML and CSS, you can pretty much do anything you want with the forms this plugin generates. That's not true with other "easy," "drag-and-drop" form makers. In this case, simple is the best way to go!
Läs alla 1 849 betyg

Bidragsgivare och utvecklare

”Contact Form 7” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Contact Form 7” har översatts till 62 språk. Tack till översättarna för deras bidrag.

Översätt ”Contact Form 7” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

För djupare information kan du läsa versioner.

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 and max 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 of wpcf7_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.
  • Introducerar funktionen wpcf7_doing_it_wrong().
  • 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 of id, if available.
  • Korrigerat: Alternativet free_text fungerade inte korrekt med alternativet exclusive.
  • Tillämpar wpcf7_mail_tag_replaced filtrerar även om $posted_data är ”null”.
  • Adds custom mail-tag replacement for quiz fields.
  • Administration: Uppdaterar datumkolumnformatet i listtabellen.

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 and wpcf7_ajax_onload filter hooks and introduces the wpcf7_feedback_response and wpcf7_refill_response filter hooks as alternatives.
  • Frontend CSS: Style rules for the response output refer to the form element’s class 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.