FORMfields, the premiere web framework.
FORMfields - Examples
Info
Here is a brief list of examples already on your website. If you have not already done so, you will have to run the appropriate database scripts to setup the database for each example. This can be done by browsing the examples directory.

Examples:

  • Path Examples:
    • Contact Us 1 - Demonstrates how to use an absolute path with a FORMfields form, the default path configuration.
    • Contact Us 2 - Demonstrates how to use a relative path with a FORMfields form.
  • All Fields:
    • All Fields - This form contains all the fields that can be generated by FORMgen.
    • All Fields Disable - Demonstrates how to dynamically disable/enable fields.
    • All Fields Tracked Update - Demonstrates how to store an audit trail in your database of all the changes made to a form's data.
  • CSS:
    • Formatting Example - Demonstrates how to apply CSS to change the look and feel of your form.
  • CSV Export/Import:
    • CSV Import - Demonstrates how to import CSV (Comma Separated Value) files.
    • CSV Export - Demonstrates how to export CSV files.
  • Email:
    • Ban Emails - Demonstrates how to deny a form submission based on a banned email address.
    • Contact With Route - Demonstrates how to route a form submission email based on the form's subject.
    • Email a Friend - Demonstrates how to create a system for emailing any page to a friend.
    • Mailer 1 - Emailing disabled by default for security reasons. Demonstrates how to blast email multiple addresses using a refreshing page.
    • Mailer 2 - Emailing disabled by default for security reasons. Demonstrates how to blast email users in a database using a refreshing page.
  • Search Results:
  • Field Calculations:
  • JavaScript:
    • Conditional Field - Uses JavaScript to hide/show fields based on a clicking a checkbox.
    • Close on Submit 1 - Only works with IE or when this form is opened in a new window. Closes the window after the user submits the form.
    • Close on Submit 2 - Only works with IE or when this form is opened in a new window. Provides a link to close the window after the user submits the form.
    • Frames Example - Uses JavaScript to break out of the frames once the form is submitted.
  • Languages:
    • Chinese Form - Demonstrates how to use UTF-8 encoding to create FORMfields forms in any language.
  • Menus:
    • Menu Helper 1 - Demonstrates both a horizontal and vertical menu constructed dynamically using arrays. Uses the blueMidnight CSS template.
    • Menu Helper 2 - Demonstrates both a horizontal and vertical menu constructed dynamically using arrays. Uses the blueSteel CSS template.
    • Menu Helper 3 - Demonstrates a vertical menu constructed dynamically using arrays. Uses the blueGray CSS template.
  • Messages:
    • Message Dialogs - Demonstrates how to create different types of message dialogs for uniform looking messages and question boxes.
  • Misc:
  • PayPal:
    • Buy Pixels - Demonstrates how to use PayPal to bill a user for a product such as pixels.
  • Searching:
  • Surveys:
  • TableSet:
    • Add Column - Demonstrates how to use TableSet to display and manipulate arrays of data.
  • User Convenience:
  • Utils:
    • List Formatter - Formats a list of entries in a list that can be used in PHP code.
    • CSV Merger - This example is disabled by default for security reasons. Merges data from multiple CSV files into a single CSV file.
  • Validation:
    • Validators - Demonstrates how to use FORMfields validators to dynamically associate external validation and processing logic to any FORMfields form.
Copyright © 2005-2007 Brain Book Software LLC.
Built with FORMfields, the premiere web framework.