Title: KlickTipp – Email Marketing and Marketing Automation, Forms, Tags
Author: KlickTipp
Published: <strong>ሚያዝያ 30, 2026</strong>
Last modified: ነሓሰ 27, 2026

---

Search plugins

![](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

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

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

 * [Details](https://tir.wordpress.org/plugins/klicktipp/#description)
 * [Reviews](https://tir.wordpress.org/plugins/klicktipp/#reviews)
 *  [Installation](https://tir.wordpress.org/plugins/klicktipp/#installation)
 * [Development](https://tir.wordpress.org/plugins/klicktipp/#developers)

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

## Description

#### 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.

## Blocks

This plugin provides 1 block.

 *   KlickTipp Form

## Installation

#### 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.

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” is open source
software. The following people have contributed to this plugin.

Contributors

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

“KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” has been translated
into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/klicktipp/contributors)
for their contributions.

[Translate “KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” into your language.](https://translate.wordpress.org/projects/wp-plugins/klicktipp)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/klicktipp/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/klicktipp/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/klicktipp/) by [RSS](https://plugins.trac.wordpress.org/log/klicktipp/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

 *  Version **1.1.0**
 *  Last updated **2 days ago**
 *  Active installations **100+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/klicktipp/) and [German](https://de.wordpress.org/plugins/klicktipp/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/klicktipp)
 * Tags
 * [Email Marketing](https://tir.wordpress.org/plugins/tags/email-marketing/)[forms](https://tir.wordpress.org/plugins/tags/forms/)
   [marketing automation](https://tir.wordpress.org/plugins/tags/marketing-automation/)
   [newsletter](https://tir.wordpress.org/plugins/tags/newsletter/)[tags](https://tir.wordpress.org/plugins/tags/tags/)
 *  [Advanced View](https://tir.wordpress.org/plugins/klicktipp/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/klicktipp/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

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