Installing the Formcentric Content Hub Adapter

Last updated:

The Formcentric Content Hub Adapter allows you to access your forms from the Formcentric Cloud directly within CoreMedia. After installation, editors can search for forms directly via the CoreMedia Studio library and embed them into pages as HTML fragments.

Activate the plugin

To use the Formcentric Content Hub Adapter, you must first register and activate the plugin in your CoreMedia environment.

  1. In the file system, navigate to your configuration path:
    workspace-configuration/plugins/
  2. Open the file plugin-descriptors.json.
  3. Add the descriptor URL of the Formcentric Content Hub Adapter:

(Ersetzen Sie {VERSION} durch die von Ihnen verwendete Adapter-Version).

4. Aktivieren Sie das Plugin gemäß der offiziellen CoreMedia-Dokumentation für den Content Hub.

Sie haben das Plugin erfolgreich registriert und aktiviert.

Configure the plugin

Once the plugin is activated, establish the connection to Formcentric.

  1. Create a Settings content item in CoreMedia — either at the site level, globally, or in the user's home folder.
    (For details on general Content Hub configuration, please consult the CoreMedia Studio Developer Manual ).
  2. Configure the following parameters:
    1. factoryId: Enter exactly formcentric.
    2. connectionId: Choose an identifier for this connection (e.g., formcentric-main).
    3. displayName (optional): Enter a name to be displayed for the connection in the CoreMedia Studio library.
Tabular view of a configuration under Settings, showing a hierarchical data structure with properties: enabled (Boolean, checked), factoryId (formcentric), connectionId (myConnectionId), and displayName (Formcentric Adapter).

Required runtime properties

For each configured connectionId, you must provide your Formcentric API client credentials to CoreMedia as runtime properties.

Set up the following two properties for your environment:

  1. Formcentric API Client ID:

  1. Formcentric API Client-Secret:

(Replace <configured connectionId> with the Connection ID chosen in the previous step).

Optional runtime properties

Omit script property (omitScript)

By default, the Formcentric embedding script is delivered alongside every form HTML fragment. If you have already embedded the Formcentric script centrally in your website header, you can disable automatic delivery.

Add the following runtime property:


  1. false (default): The script is loaded with every form fragment.
  2. true: The script is omitted (requires the script to be present in the website <head>).

Results in CoreMedia Studio

After successful installation and setup, the Formcentric integration will be available in CoreMedia Studio:

  1. Form Properties: The content area displays the name of the linked form along with the generated XML/HTML data.
  2. Edit Form: Clicking the Edit form button opens the Formcentric Form Editor directly in a new tab.
  3. Preview: The side-by-side preview in Studio immediately renders the embedded Formcentric form.

Next steps & troubleshooting

  1. Studio Usage: To learn how editors use Content Hub in day-to-day work, please consult the CoreMedia Studio User Manual.
  2. Connection Not Displayed? If the Formcentric connection does not appear in the Studio library, double-check that the Settings content item was created correctly in the Configure the Plugin step and that the connectionId matches your configuration.

Feedback