JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: added int, hidden and password to list of available field types
authorJason Woofenden <jason183@herkamire.com>
Sun, 31 Dec 2006 10:07:53 +0000 (05:07 -0500)
committerJason Woofenden <jason183@herkamire.com>
Sun, 31 Dec 2006 10:07:53 +0000 (05:07 -0500)
added copyright notice to session.php

metaform/main.html
session.php

index e8ab716..c33bad3 100644 (file)
@@ -13,7 +13,7 @@
 
     <p>Form name: <input type="text" name="form_name" value="~form_name.attr~" /></p>
 
-       <p>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.</p>
+       <p>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.</p>
        <p>Example:<br /><pre>
 name      textbox
 phone     phone
index 93b374f..871091c 100644 (file)
@@ -1,5 +1,24 @@
 <?php
 
+#  Copyright (C) 2006 Jason Woofenden
+#
+#  This file is part of wfpl.
+#
+#  wfpl is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2, or (at your option)
+#  any later version.
+#
+#  wfpl is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with wfpl; see the file COPYING.  If not, write to the
+#  Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+#  MA 02111-1307, USA.
+
 # you'll need this file that calles db_connect()
 require_once('db_connect.php');