外掛標籤
開發者團隊
原文外掛簡介
Unomoon Form creates mail forms with confirmation screens using shortcodes. It is a GPL fork of MW WP Form by inc2734 / Web の相談所.
Unomoon Form は、ショートコードで確認画面付きのメールフォームを作成できます。MW WP Form の GPL フォークです。
Why this fork exists
The upstream project states on its official site that development is halted except for vulnerability fixes, that it will not re-verify the plugin each time WordPress is updated, and that users should consider migrating to another plugin. As of this writing, upstream is still marked “tested up to 6.4” while WordPress 7.1 has shipped.
This fork exists to do the two things upstream has stopped doing:
Track upstream security fixes. Every fix released upstream is ported here.
Keep verifying against current WordPress. Each release is tested on the latest WordPress.
Nothing about the form workflow is changed. If you are happy with MW WP Form and do not need either of the above, there is no reason to switch.
上流は公式サイトで「開発は脆弱性対応を除き停止」「WordPress のアップデートのたびに動作確認はしない」「他のプラグインへの乗り換えを検討してほしい」と表明しています。本フォークは、上流が行わなくなった セキュリティ修正の追随 と 最新 WordPress での動作検証 を引き受けることを目的としています。フォームの作成フロー自体は変更していません。
Differences from MW WP Form
This fork migrates plugin identifiers, post types, shortcode prefixes, hooks, assets and admin labels to the unomoon-form / unomoonform_* namespace. Shortcodes are not compatible: [mwform_text] becomes [unomoonform_text], and so on. The two plugins can therefore be installed side by side, but forms are not shared between them.
プラグイン識別子、投稿タイプ、ショートコード接頭辞、フック、アセット、管理画面ラベルを unomoon-form / unomoonform_* 名前空間へ移行しています。ショートコードに互換性はありません。
Features
Shortcode-based form creation
Confirmation screen
Same-page or separate-page transitions
Validation rules
Admin notification email and automatic reply email
Inquiry data storage
Chart display for saved inquiry data
Japanese translation available
主な機能: ショートコードによるフォーム作成/確認画面/同一URLまたは個別URLでの画面遷移/バリデーションルール/管理者宛メールと自動返信メール/問い合わせデータ保存/保存データのグラフ表示/日本語対応
Documentation
Japanese documentation, including how this fork differs from MW WP Form and the things people commonly trip over: https://cielos.phantomoon.com/unomoon-form/
Credits
Original plugin: MW WP Form by inc2734, currently maintained by Web の相談所.
Upstream repository: https://github.com/web-soudan/mw-wp-form
Upstream site: https://mw-wp-form.web-soudan.co.jp
Third-party resources
The following libraries are bundled with the plugin. No external scripts, styles or fonts are loaded at runtime.
Chart.js (MIT) — renders the inquiry data charts. https://www.chartjs.org/ / https://github.com/chartjs/Chart.js
jQuery UI “smoothness” theme CSS (MIT) — styles the date picker and admin widgets. https://jqueryui.com/ / https://github.com/jquery/jquery-ui
jQuery UI MonthPicker (MIT) — month picker widget. https://github.com/KidSysco/jquery-ui-month-picker
