From: Jason Woofenden Date: Sun, 31 Dec 2006 10:07:53 +0000 (-0500) Subject: metaform: added int, hidden and password to list of available field types X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=ec962e39b639d1ce7f451e225de1fbae85d64611 metaform: added int, hidden and password to list of available field types added copyright notice to session.php --- 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 @@