5 lines
209 B
HTML
5 lines
209 B
HTML
<form method="POST" action="index.php?action=comment">
|
|
<label>Text comment</label>
|
|
<textarea name="comment" rows="2" cols="30"></textarea> <br><br>
|
|
<input type="submit" value="Comment it!">
|
|
</form> |