X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=6454440b383023d4cdd7d86d82f5286604a5d5e6;hb=062d46e16429f2e55573567518cb01c83b319ac4;hp=c7e02bc3ddd37bd88dcd476369ffdc7da4e7960e;hpb=716a02dbcc75c65b2add4198e08e52270664f092;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index c7e02bc..6454440 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -3,6 +3,7 @@ Meta Form + @@ -11,7 +12,7 @@

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

-

File name: .html

+

File name: .html

DB table:

@@ -30,20 +31,28 @@

Provide a "Display" page.

-

Password protect this form.

+

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. After each field name, put at least one space, then the field type. The following field types are available: , ~type html~.

+

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 lite with the caption. Then end the fieldset with a } on a line by itself

+

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     textbox
-contact info {
-name      textbox
-phone     phone
+email
+contact info (all required) {
+name
+phone
 }
-comments  textarea
-agree     yesno
+pulldown color
+	Red
+	Blue
+	Black
+textarea comments
+yesno agree
 

Fields: