Guestbook Comment Form

This page uses a Hashtag Form to accept comments from guests, and store them in an SQL database.   A list of all comments is linked below.  
Name


Comment




Processed this Hashtag Markup:
<# start form for guestbook;
	when done redirect to "/guestbook/list";
#>

Name<br>
<input type="text" <# name #> required><br>
<br>
Comment<br>
<textarea <# comment #> required rows="4"></textarea><br>
<br>
<input type="submit" <# create button #> value="Sign Guestbook!">

<# end form #>


The Guestbook Mini-App uses the Hashtag Markup Language to demonstrate using content provided by guests.

Guestbook Comments are stored in an SQL Database.   Methods are provided to purge old comments, or delete any comment individually.