PixOptiform

外掛說明

PixOptiform provides popup templates for collecting lead submissions in WordPress.

Collected submission fields can include email, message, IP address, user agent, template type, and submission timestamp. Data is stored in your WordPress database and can be exported as CSV in the admin dashboard.

Privacy

STORED DATA:
– Email address
– Message/content entered by the visitor
– Template metadata
– IP address
– User agent

PROCESSED BUT NOT STORED:
– Name (newsletter template)
– Rating (feedback template)

EMAIL USAGE:
– Admin notifications are sent with submission details using WordPress wp_mail() to the site administrator or configured recipient.
– Optional user emails are sent for template-based flows (such as discount or newsletter confirmations).
– No data is transmitted to external third-party services beyond the site’s configured email delivery system.

Access control:
– Only users with the ‘manage_options’ capability (administrators) can access plugin settings, submissions, and export features.

Retention and deletion:
– Data is stored until manually deleted by the administrator.
– Currently, submitted data can be removed manually by the site administrator from the database. Future versions may include in-plugin deletion tools.

License

GPLv2 or later

螢幕擷圖

安裝方式

  1. Upload the pixoptiform folder to /wp-content/plugins/, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to PixOptiform in wp-admin to review submissions.
  4. Go to PixOptiform Settings to configure popup behavior and template options.
  5. Save settings and test submission flow on the frontend.

常見問題集

How to use the popup form?

Activate the plugin, configure it in PixOptiform Settings, then visit your site frontend where the configured popup trigger displays the form.

Where is data stored?

Submission data is stored in your WordPress database table: {prefix}_pixoptiform_submissions.

How to export submissions?

In wp-admin, open PixOptiform and click Export as CSV to download submissions.

使用者評論

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

參與者及開發者

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

參與者

將〈PixOptiform〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.8.0

  • Updated codebase compatibility for WordPress 6.6+ and PHP 8.1+/8.2+.
  • Modernized $wpdb->prepare queries with %i table identifier placeholders (WP 6.2+).
  • Updated script enqueuing to use modern script loading strategy array (WP 6.3+).
  • Refactored dbDelta table creation query syntax.
  • Added PHP 8.1+ null safety checks in email validator routines.

0.7.9

  • Refactored template setting registration to use explicit register_setting() sanitization definitions for WordPress.org review compliance.

0.7.8

  • Removed hidden files from release package.
  • Updated Tested up to compatibility to WordPress 7.0.

0.7.7

  • Refactored register_setting() sanitization callbacks to use explicit field-aware validation for WordPress.org review compliance.

0.7.6

  • Improved register_setting() sanitization callbacks with field-aware validation for WordPress.org compliance.

0.7.4

  • Fixed readme compliance sections and metadata.
  • Added nonce protection for admin CSV export action.
  • Aligned plugin version references to 0.7.4.

0.7.5

  • Fixed WordPress.org review issues.
  • Updated plugin admin menu placement.
  • Resolved Plugin Check compatibility and escaping issues.
  • Improved compatibility metadata and packaging cleanup.