Formular af CitizenOne journalsystem

Description

  • Customizable embed forms with color matching
  • Real-time lead submission to CitizenOne dashboard
  • Shortcode & Gutenberg block implementation
  • “Formular af CitizenOne – Journalsystem med alt inklusiv” branding
  • Mobile-responsive design

External Services

This plugin utilizes the following third-party services to enhance functionality:

hCaptcha

  • Purpose: Optional spam protection for contact forms
  • Data Sent: User interaction data through hCaptcha’s API
  • When: Only when site administrator has configured hCaptcha keys in plugin settings
  • Terms: https://hcaptcha.com/terms
  • Privacy Policy: https://hcaptcha.com/privacy

CitizenOne API

  • Purpose: Processing form submissions and generating authentication tokens
  • Data Sent: Form submission data (as provided by users) and authentication tokens
  • When: When users submit forms through the contact form
  • Terms: https://citizenone.dk/vilkaarogbetingelser/
  • Privacy Policy: https://citizenone.dk/privatlivspolitik/

Screenshots

  • Contact Form App Setup
  • Gutenberg block interface
  • Example embedded form on frontend

Blocks

This plugin provides 1 block.

  • Contact Form Formular af CitizenOne journalsystem

Installation

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select formular-af-citizenone-journalsystem.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download formular-af-citizenone-journalsystem.zip
  2. Extract the formular-af-citizenone-journalsystem directory to your computer
  3. Upload the formular-af-citizenone-journalsystem directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

How to Enable hCaptcha?

For hCaptcha to work, you need to add your Secret Key and Site Key from hCaptcha into the Admin Settings.
Important: If you already had a Contact Form block on your web page before adding the hCaptcha keys, you must replace it with a new one for the settings to take effect.

How do leads appear in CitizenOne?

All submissions populate in your dashboard > Leads section with timestamp, source URL, and contact details.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Formular af CitizenOne journalsystem” is open source software. The following people have contributed to this plugin.

Contributors

“Formular af CitizenOne journalsystem” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Formular af CitizenOne journalsystem” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release with core functionality
  • Gutenberg block support
  • Settings dashboard

1.0.1

  • keyword search fixes (failed)

1.0.2

  • keyword search fixes

1.0.3

  • Unauthorized WordPress plugin files were removed.

1.0.4

  • Fix slug.

1.0.5

  • Added a shortcode [citizenone_form]

1.1.0

  • Fixes for issues:
    • You haven’t added yourself to the “Contributors” list for this plugin.
    • Not permitted files
    • WordPress.org directory assets in the plugin code.
    • Out of Date Libraries
    • Undocumented use of a 3rd Party / external service
    • Missing permission_callback in register_rest_route()
    • Data Must be Sanitized, Escaped, and Validated
    • Processing the whole input
    • Generic function/class/define/namespace/option names
    • Allowing Direct File Access to plugin files
  • Added settings validation notices
  • Added settings and form implementation instructions

1.1.1

  • small .distignore fix

1.1.2

  • Using live app
  • Contact form fixes

1.1.3

  • Fixes for PHPCS errors and warnings

1.2.0

  • phpcs –standard=WordPress passed.

1.3.0

  • Refactor: Replaced CMB2 dependency with the native WordPress Settings API.
  • Refactor: Removed yahnis-elsts/plugin-update-checker dependency to use the WordPress.org update system exclusively.
  • Refactor: Implemented PHP-Scoper to prefix all third-party dependencies, preventing library conflicts.
  • Refactor: Added a Composer autoloader suffix for better isolation.
  • Fix: Resolved multiple PHPStan and PHPCS errors related to type safety and output escaping.

1.3.1 – 2025-09-26

  • Fix: Resolved a JavaScript conflict by using window.addEventListener instead of window.onload. This prevents form submission failures when another plugin is active on the same page.
  • Tweak: Prefixed the REST API callback function to ensure uniqueness and prevent potential conflicts with other plugins.
  • Optimization: Frontend assets (CSS/JS) are now loaded conditionally, only on pages where the form block or shortcode is present.
  • Optimization: Backend assets are now loaded strictly on the plugin’s own settings page, reducing unnecessary load across the WordPress admin area.

1.3.2

  • Added awbot123 as Contributors.
  • Fix: plugin-block.scss missing import styles