X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=0103f653a410d70df207dafa9bee8eaa95ce156f;hb=51cf6721f37220e1277c71545b87dcc01fbf7e81;hp=d56e264e465fde85f26a3754fbc6989ab7309438;hpb=b54ae765dff4e8a1b3c9a8d1f342ecc497ce95b4;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index d56e264..0103f65 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -1,8 +1,9 @@ - + - + Meta Form + @@ -11,32 +12,47 @@

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

-

page/table name:

+

File name: .html

+ +

DB table:

+ +

Printable singular:

+ +

Printable plural:

-

Same as above but singular: (Used in messages and headers.)

Features

-

Send form results vie e-mail.

+

Send form results vie e-mail.

+ +

Save form results to a database.

+ +

Provide a "Listing" page.

+ +

Provide a "Display" page.

-

Save form results to a database.

+

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

-

Provide a "Listing" 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~.

-

Provide a "Display" page.

+

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

-

Password protect this form (with HTTP authentication).

+

Example:

+email
+contact info (all required) {
+  name
+  phone
+}
+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: -

+

-

+