WordPress.org

Plugin Directory

KlickTipp – Email Marketing and Marketing Automation, Forms, Tags

KlickTipp – Email Marketing and Marketing Automation, Forms, Tags

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
  • Privacy: Privacy Policy

Prerequisites

Make sure you have a KlickTipp Premium subscription 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:
    • 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/
  2. In your WordPress dashboard go to Plugins Add New Plugin Upload Plugin.
  3. Choose the .zip file and click Install Now.
  4. 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 – Email Marketing and Marketing Automation, Forms, Tags” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “KlickTipp – Email Marketing and Marketing Automation, Forms, Tags” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by 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.