Contact Form 7 1.7 is now available. New types of form tag (select+, checkbox, checkbox+ and radio) are newly added.
Update (2007/12/30): select+ and checkbox+ were removed since 1.7.4 release. See the release note.
A select+ typed form tag creates multiple selectable drop-down menu.
A checkbox typed form tag creates single checkable checkbox list (need javascript activated).
A checkbox+ typed form tag creates multiple checkable checkbox list.
A radio typed form tag creates single checkable radio button list.
As it is difficult for me to describe detailed syntax of those form tags :P, please use Generate Tag menu instead. It will lead you to the tag with correct syntax.
To embed user’s input into the mail content, you must add tags into mail fields. User inputs through select+ or checkbox+ typed form elements (array) are joined with “,” separator to a string.
Contact Form 7 1.7 を公開しました。新しいフォーム用タグのタイプ (select+、checkbox、checkbox+、radio) を新たに追加しました。
アップデート (2007/12/30): select+ と checkbox+ は 1.7.4 のリリースで廃止されました。リリースノートをご参照下さい。
select+ タイプのフォームタグは複数選択可能なドロップダウンメニューを作ります。
checkbox タイプのフォームタグは単一選択のみのチェックボックスのリストを作ります(javascript が有効化されている必要があります)。
checkbox+ タイプのフォームタグは複数選択可能なチェックボックスのリストを作ります。
radio タイプのフォームタグはラジオボタンのリストを作ります。
これらのフォームタグの詳細な構文を説明するのが面倒なので、代わりに タグの作成 メニューを使って下さい。正しい構文のタグを作ってくれます。
メールの内容にユーザの入力内容を埋め込むにはメールの項目にタグを追加する必要があります。select+ や checkbox+ タイプのフォーム要素経由のユーザ入力は、(配列なので) “,” の区切り文字で連結されてひとつの文字列に変換されます。