Gravity Forms KlickTipp Add-On

Beschrijving

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 Add-On

This add-on connects Gravity Forms with KlickTipp. It turns existing Gravity Forms forms into KlickTipp opt-in entry points. On form submission, subscriber data is synced to KlickTipp and tags are applied automatically based on your configuration.

Capabilities

Use it to:
* Map Gravity Forms fields to KlickTipp contact fields
* Subscribe contacts via a KlickTipp Opt-In process
* Apply static tags and value-based derived tags
* Configure the Integration per-form for different automations
* Use Gravity Forms conditional logic

External Services

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

  • Service: KlickTipp
  • API base URL: https://api.klicktipp.com
  • Authorization URL: https://app.klicktipp.com/grantapiaccess/...
  • Data sent: email address, mapped form fields, selected or derived tags, selected list or process IDs
  • Data sent when: on Gravity Forms submission when feed conditions are met
  • Terms: https://www.klicktipp.com/de/nutzungsbedingungen/
  • Privacy: https://www.klicktipp.com/de/datenschutzerklarung/

Prerequisites

  • An active Gravity Forms installation
  • A KlickTipp account with API access (Premium subscription or higher)

After Activation

  1. In wp-admin, go to Forms and open a form.
  2. Open Settings > KlickTipp.
  3. Click Add New Feed.
  4. Configure field mappings, target list or process, and tag rules.
  5. Save the feed.

Installatie

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

  1. Compress the klicktipp-for-gravity-forms folder into a .zip file:
    • Mac: Right-click the folder and choose Compress “klicktipp-for-gravity-forms”
    • Windows: Right-click the folder and choose Send to Compressed (zipped) folder
    • Command line: zip -r klicktipp-for-gravity-forms.zip klicktipp-for-gravity-forms/
  2. In wp-admin, 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 or SFTP upload

  1. Upload the klicktipp-for-gravity-forms folder to /wp-content/plugins/.
  2. In wp-admin, go to Plugins and activate Gravity Forms KlickTipp.

FAQ

Do I need Gravity Forms installed first?

Yes. This is a Gravity Forms add-on and does not run without Gravity Forms.

Which KlickTipp subscription is required?

You need KlickTipp Premium or higher for API access.

Can I configure multiple feeds per form?

Yes. You can create multiple feeds and control execution with Gravity Forms conditional logic.

Does this add-on support double opt-in?

Yes. You can target a KlickTipp double opt-in process, and KlickTipp handles the confirmation flow.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Gravity Forms KlickTipp Add-On” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Gravity Forms KlickTipp Add-On” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “Gravity Forms KlickTipp Add-On” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.5

  • Added: Conditional Tag Assignment. Apply different KlickTipp tags based on a submitted field’s value, all from one feed, instead of duplicating the whole feed once per value. Supports Radio and Select fields, comparison operators (is, is not, contains, starts with, ends with, greater than, less than), and at least 10 rules per feed
  • Fixed: an already-confirmed contact submitting to a double opt-in list was shown the confirmation page instead of the thank-you page
  • Fixed: a KlickTipp API rejection after form submission was silently swallowed, leaving no indication in wp-admin that the contact was never synced. Failures now show as a note on the entry and in the Gravity Forms log
  • Fixed: German translations for the plugin’s own strings never loaded on WordPress.org-recognized installs, silently falling back to English
  • Improved: translation catalog synced with all current error messages

1.0.4

  • Fixed: “Warning: Undefined array key ‘enqueue’” from Gravity Forms core on the plugin’s settings and feed settings pages, caused by our admin script/style registration omitting the enqueue key that some Gravity Forms versions require

1.0.3

  • Fixed: mapping a composite field’s base selection (e.g. “Address (Full Address)” or “Name (Full Name)”) to a single-component KlickTipp field such as City or First Name sent the entire concatenated string instead of just that component
  • Fixed: the Country field (and any custom field with “count” or “sum” in its name, e.g. a field called Summary) was silently sent empty because the field-type detection mistook it for a number/decimal field

1.0.2

  • Fixed: Hidden fields (e.g. UTM parameters) were not available for mapping in the Custom Field Mapping dropdown

1.0.1

  • Fixed: feed tags were no longer applied to contacts after re-saving a feed’s settings
  • Fixed: newly typed tags now resolve and persist on the first feed save
  • Fixed: the add-on now writes to the Gravity Forms log when logging is enabled (Forms > Settings > Logging)
  • Fixed: tag IDs are sent to the KlickTipp API as integers
  • Improved: connection status tooltip wording on the settings page

1.0.0

  • Initial release