JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed typo (produced stupid looking code that worked)
[wfpl.git] / metaform / main.html
index c33bad3..fd70d42 100644 (file)
 
     <p>Form name: <input type="text" name="form_name" value="~form_name.attr~" /></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: name textbox email phone money dollars int hidden password url textarea checkbox yesno submit.</p>
+       <h3>Features</h3>
+
+    <p><input type="checkbox" name="opt_email~opt_email.checked~" value="Yes" /> Send form results vie e-mail.</p>
+
+    <p><input type="checkbox" name="opt_db~opt_db.checked~" value="Yes" /> Save form results to a database.</p>
+
+    <p><input type="checkbox" name="opt_listing~opt_listing.checked~" value="Yes" /> Provide a "Listing" page.</p>
+
+    <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>Example:<br /><pre>
 name      textbox
 phone     phone