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

FAQ

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.