Codesupplier.com

free html codes for your website

Comment form

Comment forms with a clear option are great if you want to run a Guestbook on your website. You could also use this form for users to contact you or even use it as part of a blog. Forms like this are very popular of the web, as the make things easier for users.

Enter Your Comments:

You can edit the size, and other parts of the form by simply changing the parts in red.

To get this useful form onto your website, copy and paste the below HTML Code.

<FORM METHOD=post ACTION="/cgi-bin/example.cgi">
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>

< Go Back to Forms List