Title: KlickTipp – Email Marketing and Marketing Automation, Forms, Tags
Author: KlickTipp
Published: <strong>2026-04-30</strong>
Last modified: 2026-08-27

---

Szukaj wtyczek

![](https://ps.w.org/klicktipp/assets/banner-772x250.jpg?rev=3519352)

![](https://ps.w.org/klicktipp/assets/icon-256x256.jpg?rev=3519352)

# KlickTipp – Email Marketing and Marketing Automation, Forms, Tags

 Autor: [KlickTipp](https://profiles.wordpress.org/klicktipp/)

[Pobierz](https://downloads.wordpress.org/plugin/klicktipp.1.1.0.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/klicktipp/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/klicktipp/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/klicktipp/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/klicktipp/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/klicktipp/)

## Opis

#### About KlickTipp

KlickTipp is a digital marketing platform that helps small businesses generate leads
and convert them into enthusiastic customers through targeted and personalized communication.
KlickTipp simplifies email and SMS marketing, marketing automation, and landing 
pages in compliance with GDPR and other regulations.

#### About this Plugin

KlickTipp brings email marketing automation to WordPress with native forms, tagging
logic, and conversion analytics. Build opt-in forms directly in WordPress, connect
them to your KlickTipp account, and automatically tag subscribers based on form 
field values and engagement signals — no third-party form builder required.

Use it to:

 * Create and manage multiple opt-in forms with a visual editor
 * Connect forms to KlickTipp lists, tags, and automation processes
 * Apply static and rule-based tags from form field values
 * Pre-define form inputs using URL parameters, default values, and hidden fields
 * Track key conversion metrics (views, submits, confirmed opt-in submissions)
 * Configure post-submit behavior (inline success message or redirect)
 * Embed forms via Gutenberg block, shortcode, or legacy widget

### External Services

This plugin connects to KlickTipp APIs to sync subscribers and metadata.

 * Service: KlickTipp
 * API base URL: `https://api.klicktipp.com`
 * Authorization URL: `https://app.klicktipp.com/grantapiaccess/...`
 * Data sent: email address and mapped form fields, selected/derived tags, selected
   list/process IDs
 * Data sent when: on form submission and during metadata/confirmation sync
 * Client identification: every request also carries a fixed `X-KlickTipp-Client:
   wordpress-form-plugin` header, an `X-KlickTipp-Client-Version` header set to 
   this plugin’s version, and a `User-Agent` of `KlickTipp WordPress Form Plugin/
   <version>` — so KlickTipp can distinguish this plugin’s traffic from other API
   clients (e.g. the Gravity Forms add-on) for internal usage analytics/Grafana 
   reporting. These headers are a fixed client id/version only; they never include
   this site’s URL, a site hash, or any personal data.
 * Terms: [Terms of Use](https://www.klicktipp.com/de/nutzungsbedingungen/)
 * Privacy: [Privacy Policy](https://www.klicktipp.com/de/datenschutzerklarung/)

### Prerequisites

Make sure you have a [KlickTipp Premium subscription](https://www.klicktipp.com/preise/)
or higher so that you have access to the API.

## Bloki

Wtyczka dodaje 1 blok.

 *   KlickTipp Form

## Instalacja

#### Option A: Upload via wp-admin (recommended for testing)

 1. Compress the `klicktipp-plugin` folder into a `.zip` file:
 2.  * **Mac:** Right-click the folder  **Compress „klicktipp-plugin”**
     * **Windows:** Right-click the folder  **Send to  Compressed (zipped) folder**
     * **Command line:** `zip -r klicktipp-plugin.zip klicktipp-plugin/`
 3. In your WordPress dashboard go to **Plugins  Add New Plugin  Upload Plugin**.
 4. Choose the `.zip` file and click **Install Now**.
 5. Click **Activate Plugin**.

#### Option B: Manual FTP/SFTP upload

 1. Upload the `klicktipp-plugin` folder to `/wp-content/plugins/` on your server.
 2. In your WordPress dashboard go to **Plugins** and activate **KlickTipp**.

#### After activation

 1. Open **Settings  KlickTipp** in wp-admin.
 2. Connect your KlickTipp account.
 3. Create a form and embed it via shortcode or block.

## Najczęściej zadawane pytania

### How do I embed a form?

Use shortcode:

    ```
    [klicktipp_form_id form_id="your_form_id"]
    ```

Or insert the **KlickTipp Form** Gutenberg block.

### Can I prefill fields via URL?

Yes. Use KlickTipp field keys as query parameters, for example:

    ```
    ?email=max@example.com&fieldFirstName=Max
    ```

### Does the plugin support double opt-in tracking?

Yes. The plugin stores submission states and can update confirmation status through
scheduled polling.

### What happens on uninstall?

By default, plugin data is kept. In **Settings**, you can enable full data deletion
on uninstall.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” jest oprogramowaniem
open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ KlickTipp ](https://profiles.wordpress.org/klicktipp/)

Wtyczka „KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” została
przetłumaczona na 1 język. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/klicktipp/contributors)
za ich wkład.

[Przetłumacz wtyczkę “KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” na swój język.](https://translate.wordpress.org/projects/wp-plugins/klicktipp)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/klicktipp/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/klicktipp/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/klicktipp/)
przez [RSS](https://plugins.trac.wordpress.org/log/klicktipp/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.1.0

 * New: Submission Log with a detailed per-submission view, filters, and CSV export.
 * New: Analytics page with a conversion funnel and time-series reporting.
 * New: a real Decimal field type for form fields that map to KlickTipp fields storing
   fractional values.
 * New: Captcha support (Google reCAPTCHA v2 and captcha.eu), using your own site/
   secret keys.
 * New: idempotent submission processing with automatic retry and manual reprocessing
   for failed submissions.
 * New: a consent/opt-in snapshot is stored with each submission.
 * New: automatic plugin update checks with an admin notice and manual „Check for
   updates” action.
 * Improved: Submission Log and Analytics filters (Forms, Tags, status, date range)
   now apply automatically.
 * Improved: the live form preview reflects field and tag changes without saving,
   with a pending-changes indicator.
 * Improved: conditional tagging rule editor layout and usability.
 * Improved: API requests now identify the plugin and version for easier support
   diagnostics.
 * Security: fixed a CSRF issue that could trigger a connection test or wipe stored
   credentials.
 * Security: added rate limiting and stricter form ID validation to the view-tracking
   endpoint.
 * Fixed: numeric form fields no longer silently corrupt decimal values on submission.
 * Fixed: German translations failing to load when a WordPress.org language pack
   collided with the plugin’s own textdomain.
 * Various layout, accessibility, and translation-completeness fixes.

## Meta

 *  Wersja **1.1.0**
 *  Ostatnia aktualizacja **23 godziny temu**
 *  Włączone instalacje **100+**
 *  Wersja WordPressa ** 6.0 lub nowszej **
 *  Testowano do **7.1**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/klicktipp/) i [German](https://de.wordpress.org/plugins/klicktipp/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/klicktipp)
 * Tagi
 * [Email Marketing](https://pl.wordpress.org/plugins/tags/email-marketing/)[forms](https://pl.wordpress.org/plugins/tags/forms/)
   [marketing automation](https://pl.wordpress.org/plugins/tags/marketing-automation/)
   [newsletter](https://pl.wordpress.org/plugins/tags/newsletter/)[tags](https://pl.wordpress.org/plugins/tags/tags/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/klicktipp/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Twoja opinia](https://wordpress.org/support/plugin/klicktipp/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/klicktipp/reviews/)

## Zaangażowani

 *   [ KlickTipp ](https://profiles.wordpress.org/klicktipp/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/klicktipp/)