Description

(c) [werk01.de]

The inspector show the following fields:

  • Filename
    specifies the filename under which the guestbook entries are saved into and loaded from. Although this is a html file there must be no html or body tags in this file!
  • Submitbutton
    is the name of the submit button of the originating page
  • Fields(s) to check
    For consistency checks, you can enter a comma separated list of field names to check. If any field is left blank, only the Errormessage is displayed.
  • EMail field name
    If you have a special email form field you can name it here.
  • Timestamp format
    For each entry you can setup a timestamp value, where the given format string must contain variables for the current values:
    - d = day of month (01 ... 31)
    - D = day of week (Fri ...)
    - m = month (01 ... 12)
    - M = month (Jan ...)
    - y = year (99)
    - Y = year (1999)
    - h = hour (01 ... 12)
    - H = hour (00 ... 23)
    - i = minutes (00 ... 59)
    s = seconds (00 ... 59)
    (There are several other characters, look at the PHP 'date' function)
  • Add new entries
    at the top or at the bottom of previously saved entries
  • Format, eMail Format *
    This field is used to format the entry saved into the guestbook and is filled with the form content on the fly: enter your html code and enclose the form field names in curly brackets (i.e. for the form field 'street' add {street} into your format string).
    There are two special fields: {timestamp} is the current timestamp you have setup before. If the form contains a valid email adress the 'eMail Format' string is used - the simple 'Format' string otherwise.
  • Error Message *
    In case the check of the provided fields fails this error string will be shown and no processing is performed.
  • Blackword list
    This optional list of words will be scanned and once an entry contains at least one of these word, nothing will happen with the form data given.

* field content must be valid HTML source code!