X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=f6202e4ef49e803b1501f74dbdd482fbb73f75df;hb=HEAD;hp=0103f653a410d70df207dafa9bee8eaa95ce156f;hpb=51cf6721f37220e1277c71545b87dcc01fbf7e81;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index 0103f65..f6202e4 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -23,28 +23,34 @@

Features

-

Send form results vie e-mail.

+

-

Save form results to a database.

+

-

Provide a "Listing" page.

+

-

Provide a "Display" page.

+

-

Password protect this page.
-          But with publicly accessible submission form
-          But with publicly accessible view page.

+


+         
+         

Below, specify the fields you'd like in your form, one field per line. You can (optional) add a field type at the beginning of the line. The following field types are available: , ~type html~.

You can start a labeled fieldset by putting a { at the end of a line with the caption. Then end the fieldset with a } on a line by itself

+

Pulldown/radio options can be specified (one per line) indented below the field

+

Example:

 email
 contact info (all required) {
-  name
-  phone
+name
+phone
 }
+pulldown color
+	Red
+	Blue
+	Black
 textarea comments
 yesno agree