Wiwi Forms – Form Builder

外掛說明

Wiwi Forms is a lightweight WordPress form builder designed for developers and site owners who want a clean, fast, and privacy-focused form solution without the bloat.

About the name: Wiwi Forms is built and maintained by Wiwi Websolutions, alongside Wiwi Cookie Consent.

Key Features:

  • Drag-and-drop form builder with 16 field types
  • Encrypted entry storage (libsodium) — database dumps are useless without wp-config.php
  • Encrypted file uploads on disk
  • AJAX form submission (no page reload)
  • Bootstrap 5 form classes — works natively with Bootstrap themes
  • Email notifications with delivery tracking (sent/failed status per entry)
  • GDPR/AVG/ePrivacy compliance: encrypted storage, auto-delete retention, consent field
  • Anti-spam: honeypot, time token, rate limiting, math captcha
  • No tracking cookies or sessions; one short-lived functional cookie for non-JavaScript submissions; fully cache-compatible (LiteSpeed, WP Rocket, Cloudflare)
  • jQuery-free front end; the admin settings screen uses WordPress’s bundled colour picker
  • English + Dutch translations included

Field Types:

Text, Textarea, Select, Radio, Checkbox, Number, Email, Phone (with country prefix), Date/Time, File Upload, Hidden, Math Captcha, HTML, Heading, Separator, GDPR Consent.

安裝方式

  1. Upload the wiwi-forms folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu
  3. Go to Wiwi Forms Add New to create your first form
  4. Use the shortcode [wiwi-forms id="X"] to embed forms

常見問題集

Is Wiwi Forms GDPR compliant?

Yes. All form entries are encrypted with libsodium before storage. File uploads are encrypted on disk. An auto-delete retention policy lets you purge data after a configurable number of days. The GDPR Consent field auto-links to your Privacy Policy, Terms, and Cookie Policy pages.

Does Wiwi Forms use cookies?

Wiwi Forms uses no tracking cookies, sessions, or localStorage. On non-JavaScript submissions, it sets one functional cookie containing a random token for up to five minutes so the form can be re-populated after the redirect. The cookie is HTTP-only, SameSite=Lax, and Secure on HTTPS. Forms remain compatible with page caching solutions.

Does Wiwi Forms require jQuery?

The front end loads no jQuery. The admin settings screen uses WordPress’s bundled colour picker, which depends on jQuery.

I used this plugin when it was called Scriba — what changes?

Everything is renamed, including the shortcode and the way forms and entries are
stored. Use [wiwi-forms id="X"] in place of the old shortcode, and re-create forms
that were built under the old name. This was a one-off: the plugin had not been
released publicly under the old name, so the rename was done cleanly rather than
carrying two sets of names forever.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Wiwi Forms – Form Builder〉的開發相關工作。

參與者

將〈Wiwi Forms – Form Builder〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release.