|
::Features
::Download
::Tutorial
::Examples
::Documentation ::FormBuilder Google Group ::Old List Archives ::Contribute |
|
Basic Tutorial - Step 1: Intro to FormBuilder Welcome to the FormBuilder Tutorial! This step-by-step tutorial will walk you through the usage of FormBuilder, from basic forms to advanced templates and multilingual messages. You can read these in series by clicking on the "Next" and "Previous" links, or skip directly to a topic using the navbar to the left. Basics FormBuilder is designed to handle all parts of a CGI form request - generation, submission, and validation. As such, FormBuilder applications will usually loop back on themselves. That is, you will have a single script that, when invoked, will take care of your entire application just based on the CGI parameters.
FormBuilder uses an Object-Oriented calling-style, but don't let that scare
you away. Usage is exceedingly easy, as there are only a couple functions
you need to know about. Throughout the documentation, our FormBuilder object
will always be identified as Here are the basic steps:
|
| FormBuilder is © Nate Wiger, with contributions from many people. |