X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=3e2bb13bb29ace5135b4c6069f7b770193d52414;hb=e09ce518fa4526e8832d81e7693f30991abb0a48;hp=fd70d425541378af36a659c74fbaeda201edf004;hpb=d98d81886649a863d0e902f7c4e63b1257217e1f;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index fd70d42..3e2bb13 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -1,6 +1,6 @@ - + - + Meta Form @@ -11,28 +11,45 @@

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.

+

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.

-

Password protect this form (with HTTP authentication).

+

Provide a "Display" page.

-

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:

+    

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

+agree yesno +

+

Fields: -

+

-

+