Web Page Form Code Print

  • 5

Copy the code listed on the Simple GuestBook page in cPanel and paste it somewhere on your web site. The code should look similar to the following:

<form action="/cgi-sys/guestbook.cgi" target="guestwindow">
<input type="hidden" name="user" value="USER">
<input type="hidden" name="action" value="addguest">
<input type="hidden" name="basehref" value="http://YOUR_DOMAIN">
<input type="hidden" name="template" value="default">
Name: <input type="text" name="name"><br>
Email: <input type="text" name="email"><br>
Url: <input type="text" name="url"><br>
Comments: <textarea name="comments"></textarea><br>
<input type="submit" value="Sign Guestbook">
</form>


Was this answer helpful?

« Back