Formularer for AWORK One

外掛說明

  • Customizable embed forms with color matching
  • Real-time lead submission to AWORK One dashboard
  • Shortcode & Gutenberg block implementation
  • “Formularer for AWORK One – 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

AWORK One 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://aworkone.dk/vilkaarogbetingelser/
  • Privacy Policy: https://aworkone.dk/privatlivspolitik/

螢幕擷圖

適用於區塊編輯器

這個外掛提供 1 個可供區塊編輯器使用的區塊。

  • Contact Form Formularer for AWORK One

安裝方式

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select formularer-for-awork-one.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download formularer-for-awork-one.zip
  2. Extract the formularer-for-awork-one directory to your computer
  3. Upload the formularer-for-awork-one directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

常見問題集

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 AWORK One?

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

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Formularer for AWORK One〉的開發相關工作。

參與者

〈Formularer for AWORK One〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Formularer for AWORK One〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release with core functionality
  • Gutenberg block support
  • Settings dashboard
  • phpcs –standard=WordPress passed.
  • 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.
  • Refactor: Removed unnecessary capabilities.
  • 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.0.1

  • Tweak: Renamed the plugin to “Formularer for AWORK ONE” to comply with WordPress.org naming guidelines.

1.0.2

  • Switched to production API

1.0.3

  • Tested up to WordPress 6.9
  • Fixes for new Plugin Check errors

1.1.0

  • fix: Remove unused admin notice dependency
  • fix(security): Override webpack-dev-server to patch vulnerability