Skip to content

Instantly share code, notes, and snippets.

@baldur
Created October 23, 2008 19:31
Show Gist options
  • Save baldur/19168 to your computer and use it in GitHub Desktop.
Save baldur/19168 to your computer and use it in GitHub Desktop.
<form action="" method="post" id="commentform">
<p><input type="text" name="wp[leyndo]" value="ruslarakki" />
<p><input type="text" name="wp[author]" id="author" value="baldur" size="22" tabindex="1" />
<label for="author"><small>Name </small></label></p>
<p><input type="text" name="wp[email]" id="email" value="[email protected]" size="22" tabindex="2" />
<label for="email"><small>Mail (will not be published) </small></label></p>
<p><input type="text" name="wp[url]" id="url" value="http://a" size="22" tabindex="3" />
<label for="url"><small>Website</small></label></p>
<!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
<p><textarea name="wp[comment]" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="hidden" name="wp[comment_post_ID]" value="3" />
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment