X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fmain.html;h=df07379c7dcd94f96e96859bfd94d6f6e9642069;hb=f6ad488445b33f4eda0fca1fedcb230e03fd2721;hp=64c09d499ad6f7516474b25b4013b59b5766a867;hpb=3698f739c8155069451c61085ab925250c592e42;p=wfpl.git diff --git a/metaform/main.html b/metaform/main.html index 64c09d4..df07379 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -6,19 +6,33 @@ -
-

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

+

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

+ +

Features

+ +

Send form results vie e-mail.

-

+

Save form results to a database.

-

+

Provide a "Listing" page.

-

+

Password protect this form (with HTTP authentication).

+ +

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:

+name      textbox
+phone     phone
+comments  textarea
+agree     yesno

+

Fields: +

-

+