Hi -
I am having so many difficulties setting up a Guestbook for a website. So far, I have
<pre>
<form action="/cgi-bin/guestbook" method="post">
<tr>
<td class="guestbooksign" colspan="2">Sign Guestbook!</td>
</tr>
<tr>
<th><span class="guestbooksign">Name:</span></th><td><input type="text" name="NAME" maxlength="40" /></td>
</tr>
<tr>
<th><span class="guestbooksign">Email:</span></th><td><input type="text" name="FROM" maxlength="40" /></td>
</tr>
<tr>
<th><span class="guestbooksign">Message:</span></th><td><textarea name="COMMENTS" cols="60" rows="4"></textarea></td>
</tr>
<tr>
<th colspan="2">
<input type="submit" value="Add Your Message To Guestbook" size="40" />
</th></tr>
</form>
</pre>
and i am completely stuck here. It keeps giving me an error message stating I have not filled out all the required fields and that I need to go back and do that.
Does anyone have a basic Guestbook script along with the coding to have a member's entry show up on another page?
Help!
Thank you...![]()



Reply With Quote

Bookmarks