X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=8cd9248e047e3a7106e7c384f168246b65397486;hb=19f414ad930c8b98149a2d22c6b319983392c8c0;hp=362e6ee8486704e9985811038e25157b6c3fcb11;hpb=8ef1f36849dc9f50ad2d5c19bef126ab3c9e454b;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index 362e6ee..8cd9248 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -1,6 +1,6 @@ - + - + Meta Form @@ -11,30 +11,46 @@

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

-

Form name: (This is used as the database table name (if any) and the basename of all the files.)

+

File name: .html

+ +

DB table:

+ +

Printable singular:

+ +

Printable plural:

+

Features

-

Send form results vie e-mail.

+

Send form results vie e-mail.

-

Save form results to a database.

+

Save form results to a database.

-

Provide a "Listing" page.

+

Provide a "Listing" page.

-

Provide a "Display" page.

+

Provide a "Display" page.

-

Password protect this form (with HTTP authentication).

+

Password protect this form.

-

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:

+	

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: , ~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

+ +

Example:

+email     textbox
+contact info (all required) {
 name      textbox
 phone     phone
+}
 comments  textarea
-agree     yesno

+color pulldown Red,Green,Blue +agree yesno +

+

Fields: -

+

-

+