X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=8cd9248e047e3a7106e7c384f168246b65397486;hb=4ac4eff5c786bc012eb5524d7f9b22597861acd4;hp=c7e02bc3ddd37bd88dcd476369ffdc7da4e7960e;hpb=716a02dbcc75c65b2add4198e08e52270664f092;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index c7e02bc..8cd9248 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -11,7 +11,7 @@

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

-

File name: .html

+

File name: .html

DB table:

@@ -34,15 +34,16 @@

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 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

Example:

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