From ec962e39b639d1ce7f451e225de1fbae85d64611 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 31 Dec 2006 05:07:53 -0500 Subject: [PATCH 1/1] metaform: added int, hidden and password to list of available field types added copyright notice to session.php --- metaform/main.html | 2 +- session.php | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/metaform/main.html b/metaform/main.html index e8ab716..c33bad3 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -13,7 +13,7 @@

Form name:

-

Below, specify the fields you'd like in your form, one field per line. After each field name, put at least one space, then the field type. The following field types are available: name textbox email phone money dollars url textarea checkbox yesno submit.

+

Below, specify the fields you'd like in your form, one field per line. After each field name, put at least one space, then the field type. The following field types are available: name textbox email phone money dollars int hidden password url textarea checkbox yesno submit.

Example:

 name      textbox
 phone     phone
diff --git a/session.php b/session.php
index 93b374f..871091c 100644
--- a/session.php
+++ b/session.php
@@ -1,5 +1,24 @@