html form
<form action="/posts/add_comment" method="post"> <input id="comment_id" name="comment[id]" value="" type="hidden"> <input id="comment_id" name="comment[post_id]" value="3825" type="hidden"> <p><input name="comment[user_id]" value="6094" type="hidden">Posting as ningle <small>(embed any code between <code> </code> tags)</small><br><textarea cols="65" id="comment_content" name="comment[content]" rows="10" wrap="virtual" style="width: 100%;"></textarea></p> <input id="form-submit-button" value="Add Comment" type="submit"> <code> <form action="/posts/add_comment" method="post"> </form>
</form>