JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fixed typo (display of date format hint was wrong)
[wfpl.git] / metaform / main.html
index 362e6ee..ed6b0c4 100644 (file)
@@ -11,7 +11,9 @@
   <form action="~metaform_name~" method="get">
     <p>The form name should not contain any capitals or symbols (besides underscore)</p>
 
-    <p>Form name: <input type="text" name="form_name" value="~form_name.attr~" /> (This is used as the database table name (if any) and the basename of all the files.)</p>
+    <p>Page/table name: <input type="text" name="form_name" value="~form_name.attr~" /></p>
+
+    <p>Same as above but singular: <input type="text" name="singular" value="~singular.attr~" /> (Used in messages and headers.)</p>
 
        <h3>Features</h3>
 
@@ -25,7 +27,7 @@
 
     <p><input type="checkbox" name="opt_http_pass~opt_http_pass.checked~" value="Yes" /> Password protect this form (with HTTP authentication).</p>
 
-       <p>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~.</p>
+       <p>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: <!--~types start~--><!--~types_sep start~-->, <!--~end~-->~type.html~<!--~end~-->.</p>
        <p>Example:<br /><pre>
 name      textbox
 phone     phone