ZForm User Manual


Table of Contents
Introduction
Hello World Example
Beyond Hello World
Generating and Using Templates
Custom Error Messages
Validation
Form Fragments
Setting Default Values
Retrieving Form Input

This manual describes how to use the ZForm Perl modules.

Introduction

ZForm is intended to remove some of the mindless tedium of validating and displaying web based forms. It is designed to work with CGI, HTML::Template, and if desired, CGI::Application.

You can obtain the software at http://sourceforge.net/projects/zform.

We'll dive right in and start off with the typical "Hello, World" example