X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=f6202e4ef49e803b1501f74dbdd482fbb73f75df;hb=f58acc2fd5e5fbfb4a01d6b66711b2f62bf77c4a;hp=5d0bc2e927cd7142671e325aa3c43b98906fb1fc;hpb=9140853cc645c28f6cdd6c3a4565d6e600bd7ca3;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index 5d0bc2e..f6202e4 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -1,8 +1,9 @@ - + - + Meta Form + @@ -11,26 +12,53 @@

The form name should not contain any capitals or symbols (besides underscore)

-

Form name:

+

File name: .html

+ +

DB table:

+ +

Printable singular:

+ +

Printable plural:

+

Features

-

Send form results vie e-mail.

+

+ +

+ +

+ +

+ +


+         
+         

+ +

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

-

Save form results to a database.

+

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

-

Password protect this form (with HTTP authentication).

+

Example:

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

-

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: ~available_types.html~.

-

Example:

-name      textbox
-phone     phone
-comments  textarea
-agree     yesno

Fields: -

+

-

+