X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=6454440b383023d4cdd7d86d82f5286604a5d5e6;hb=062d46e16429f2e55573567518cb01c83b319ac4;hp=64c09d499ad6f7516474b25b4013b59b5766a867;hpb=3698f739c8155069451c61085ab925250c592e42;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index 64c09d4..6454440 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -1,24 +1,64 @@ - + - + Meta Form + -
-

Form name:

+

Meta Form

+

This site will write code for you (sql code, php code, html template, email template) to handle a form.

+ +

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

-

Fields: -

+

File name: .html

+ +

DB table:

+ +

Printable singular:

+ +

Printable plural:

+ + +

Features

+ +

Send form results vie e-mail.

-

+

Save form results to a database.

-

+

Provide a "Listing" page.

-

+

Provide a "Display" page.

+ +

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

+ +

Fields: +

-

+