<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;h1&gt;Only One Step Required&lt;/h1&gt;
&lt;p&gt;The script only needs to know where your designated comment textarea is on the page. We designate this item by giving it the ID of &amp;#8220;comment&amp;#8221;.&lt;/p&gt;
&lt;p&gt;This:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
&amp;lt;form action=&quot;demo.html&quot; method=&quot;post&quot; id=&quot;commentform&quot;&amp;gt;
      ...
      &amp;lt;p&amp;gt;&amp;lt;textarea name=&quot;comment&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/p&amp;gt;
      ...
&amp;lt;/form&amp;gt;
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;Becomes:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
&amp;lt;form action=&quot;demo.html&quot; method=&quot;post&quot; id=&quot;commentform&quot;&amp;gt;
      ...
      &amp;lt;p&amp;gt;&amp;lt;textarea name=&quot;comment&quot; id=&quot;comment&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/p&amp;gt;
      ...
&amp;lt;/form&amp;gt;
&lt;/code&gt;
&lt;/pre&gt;</body>
  <created-at type="datetime">2009-11-25T05:58:37-08:00</created-at>
  <id type="integer">111860</id>
  <permalink>setup-your-comment-form</permalink>
  <repository-id type="integer">100831</repository-id>
  <title>Setup Your Comment Form</title>
  <updated-at type="datetime">2009-01-11T09:21:50-08:00</updated-at>
  <user-id type="integer">9150</user-id>
</wiki>
