法則54 商品ごとに問い合わせフォームを作成する
問い合わせフォームを表示するテンプレートソース
<MTIfCommentsAccepted>
<div class="inquiryForm">
<h3> 製品に関するお問い合わせ</h3>
<p> この製品に関するお問い合わせは下記フォームからどうぞ</p>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>">
<fieldset>
<legend accesskey="c"> 製品に関するお問い合わせフォーム</legend>
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
<input type="hidden" name="__lang" value="<$MTBlogLanguage$>" />
<dl>
<dt><label for="name" class="required"> お名前</label></dt>
<dd><input id="name" name="author" size="30" value="<MTIf name="comment_preview_template"><$MTCommentAuthor encode_html="1"$></MTIf>" /></dd>
<dt><label for="kana"> お名前(フリガナ)</label></dt>
<dd><input id="kana" name="url" size="30" value="<MTIf name="comment_preview_template"><$MTCommentURL encode_html="1" regex_replace="/http:\/\//",""$></MTIf>" /></dd>
<dt><label for="email" class="required"> 電子メール</label></dt>
<dd><input id="email" name="email" size="30" value="<MTIf name="comment_preview_template"><$MTCommentEmail encode_html="1"$></MTIf>" /></dd>
<dt><label for="text" class="required"> お問い合わせ内容</label></dt>
<dd><textarea id="text" name="text" rows="15" cols="50"><MTIf name="comment_preview_template"><$MTCommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></MTIf></textarea>
</dd>
</dl>
<MTIf name="comment_preview_template">
<input type="submit" name="post" id="post" value=" 送信する" />
<input type="button" name="cancel" id="cancel" value=" 戻って修正する" onclick="history.back()" onkeypress="history.back()" />
<MTElse>
<input type="submit" name="preview" id="preview" value=" 内容を確認する" />
</MTElse>
</MTIf>
</fieldset>
</form>
</div>
</MTIfCommentsAccepted>