<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[iDeasilo]]></provider_name><provider_url><![CDATA[https://ideasilo.wordpress.com]]></provider_url><author_name><![CDATA[Takayuki Miyoshi]]></author_name><author_url><![CDATA[https://ideasilo.wordpress.com/author/miyoshita/]]></author_url><title><![CDATA[Contact Form 7&nbsp;1.7.6]]></title><type><![CDATA[link]]></type><html><![CDATA[<p><strong><a href="https://ideasilo.wordpress.com/2007/04/30/contact-form-7/">Contact Form 7</a></strong> / <strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">Download</a></strong></p>
<p><code>Acceptance</code> type of form tag newly added. Got more HTML-valid a bit.</p>
<h4>New tag type: <code>acceptance</code></h4>
<p>A tag with <code>acceptance</code> type generates a checkbox with some JavaScript gimmick. You can use it as a test confirming if the sender has accepted specific terms.</p>
<p>Example</p>
<blockquote><p><code>[acceptance foo]</code> Check this if you want to send.</p></blockquote>
<p>By default, submit buttons in the form are enabled when the <code>acceptance</code> checkbox is checked.</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-1.png" alt="acceptance-1.png" border="1" /></p>
<p>Disabled when not checked.</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-2.png" alt="acceptance-2.png" border="1" /></p>
<p>With <code>invert</code> option, this rule is inverted. Submit buttons are enabled when you uncheck it and disalbed when you check it.</p>
<p>Example</p>
<blockquote><p><code>[acceptance bar invert]</code> Uncheck this if you want to send.</p></blockquote>
<p>You can use multiple <code>acceptance</code>s in the same form.</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-3.png" alt="acceptance-3.png" border="1" /></p>
<h4>More valid</h4>
<p>I fixed some HTML-invalid codes.</p>
<ul>
<li>Add <code>alt</code> attribute to <code>&lt;img /&gt;</code></li>
<li>Add <code>cols</code> and <code>rows</code> attribute to <code>&lt;textarea&gt;</code></li>
<li>Add <code>size</code> attribute to <code>&lt;input type="text" /&gt;</code></li>
</ul>
<p>The last one is not for HTML-valid, it&#8217;s for users who claims default size of text input field is too small. The default size now is 40, in most of browsers it&#8217;s larger than before.</p>
<p>If you still have HTML-invalid codes not yet fixed, please let me know.<br />
<!--more--></p>
<hr />
<p>(In Japanese from here.)</p>
<p><code>acceptance</code> タイプのフォーム用タグが新たに追加されました。HTML の仕様に反していた部分を少し修正しました。</p>
<h4>新しいタグ: <code>acceptance</code></h4>
<p><code>acceptance</code> タイプのタグは JavaScript の仕掛けが組み込まれたチェックボックスを生成します。送信者が特定の条項を承諾したかどうかを確認するために使えます。</p>
<p>例</p>
<blockquote><p><code>[acceptance foo]</code> Check this if you want to send.</p></blockquote>
<p>デフォルトでは、フォームの送信ボタンは <code>acceptance</code> のチェックボックスがチェックされている場合に有効になります。</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-1.png" alt="acceptance-1.png" border="1" /></p>
<p>そしてチェックボックスがチェックされていない場合は無効になります。</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-2.png" alt="acceptance-2.png" border="1" /></p>
<p><code>invert</code> オプションをつけることでこのルールを反転させることができます。この場合、送信ボタンはチェックされている場合に無効で、チェックされていない場合に有効です。</p>
<p>例</p>
<blockquote><p><code>[acceptance bar invert]</code> Uncheck this if you want to send.</p></blockquote>
<p>同じフォームの中で複数の <code>acceptance</code> を組み合わせて使うことも可能です。</p>
<p><img src="https://ideasilo.files.wordpress.com/2008/03/acceptance-3.png" alt="acceptance-3.png" border="1" /></p>
<h4>HTML をより正しく</h4>
<p>いくつか HTML の仕様に反していた部分を修正しました。</p>
<ul>
<li><code>&lt;img /&gt;</code> に <code>alt</code> 属性を追加</li>
<li><code>&lt;textarea&gt;</code> に <code>cols</code> と <code>rows</code> 属性を追加</li>
<li><code>&lt;input type="text" /&gt;</code> に <code>size</code> 属性を追加</li>
</ul>
<p>最後のは HTML 仕様に従うためというよりは、デフォルトのテキストフィールドのサイズが小さすぎるというユーザの声に応えての変更です。デフォルトで <code>size="40"</code> になったのでたいていのブラウザでは前より大きくなっているはずです。</p>
]]></html><thumbnail_url><![CDATA[https://i0.wp.com/ideasilo.wordpress.com/files/2008/03/acceptance-1.png?fit=440%2C330]]></thumbnail_url><thumbnail_width><![CDATA[274]]></thumbnail_width><thumbnail_height><![CDATA[84]]></thumbnail_height></oembed>